brave
brave copied to clipboard
Unable to add element intervideosink
Hi there,
I have built the latest source of brave and performed simple test,
- installed: GStreamer 1.14.3, python3.6 and all other preliminaries including libraries.
- simple test pipeline: a video input -> mixer -> output(rtmp)
However it doesn't work at adding input to mixer. I think 'intersink' has not been created properly.
Does anyone know how t solve it?
debug log
[2021-03-25 13:01:29 +0900] [45497] [INFO] Goin' Fast @ http://0.0.0.0:5000
INFO: [ output1] RTMP output now configured to send to rtmp://[test_rtmpserver_ip_addr]/live/livestream
ERROR: [ input1] Unable to add element intervideosink
ERROR: [ input1] Unable to add element queue
Traceback (most recent call last):
File "brave.py", line 71, in
yaml configuration
enable_video: true enable_audio: true
default_mixer_width: 640 default_mixer_height: 360
inputs: - id: 1 type: test_video pattern: 18
outputs: - type: rtmp uri: rtmp://[test_rtmpserver_ip_addr]/live/livestream source: mixer1
mixers: - sources: - uid: input1 zorder: 2 width: 160 height: 90
This has been resolved with reinstalling latest gstreamer, 1.19.0, on Ubuntu 20.04.