rtp vp8 pushing to Mediamtx, not working for me #5426
Replies: 1 comment
-
|
thanks for providing the GStreamer command. Turned out that the server did not support yet VP8 streams with multiple partitions, which is the default GStreamer VP8 muxing option, even though it can be changed. This has been fixed with bluenviron/gortsplib#1090 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi, All.
Streams from gstreamer with rtp vp8 not working:
gst-launch-1.0 videotestsrc ! videoconvert ! vp8enc ! video/x-vp8 ! rtspclientsink location=rtsp://192.168.1.14:8554/testStreams created ffmpeg working fine.
Does anyone know if this is a bug or if I'm doing something wrong?
Perhaps there are some differences in the encoding or packaging of rtp?
Beta Was this translation helpful? Give feedback.
All reactions