sepfy
sepfy
Thanks for the suggestion! Let me look into it.
Hello Maybe try this pipeline? ``` const char PIPE_LINE[] = "v4l2src device=/dev/video0 ! videoconvert ! video/-raw,width=544,height=288,framerate=10/1 ! v4l2h264enc ! h264parse ! rtph264pay name=rtp config-interval=-1 ssrc=1 ! appsink name=peer-connection-sink"; ``` Because...
Hi @robertqd. Which example are you running?
I'm sorry for this issue. Because this library is still under development, many functions are incomplete. In fact, the payload type of codec is different in each browser(Chrome, Firefox... even...
Sorry. I have no experience with Coturn.
The GStreamer example is deprecated, I will remove it. Does web page has any content? Can you try the video_on_demand example first? Make sure that the test.264 file provided by...
Hi aldoshkind There is no technical problems in integrating with gstreamer. Actually, almost examples are based on gstreamer. I just classify examples by scenario. The gstreamer examples has been renamed...
Hi aldoshkind The payload type of the codec defined in the SDP generated by each browser will be different, so we need to set the payload type (pt) of rtph264pay...
This server is provided by libnice. Of course you can change to google stun server. I am not sure whether it is possible to avoid using stun server or not,...
I have tried using Firefox, but it doesn't work. If there is a candidate in SDP is ```xxxx.local```, it means you need to enable mDNS. When I tested with Firefox,...