OGG stream over TCP fails if I include audio

scarypezsanta scarypezsanta at gmail.com
Fri Apr 12 19:01:58 UTC 2019


I am able to stream just the video but if I try to include the audio I see:

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

but I never see the:

Setting pipeline to PLAYING ...
New clock: GstSystemClock

that I expect and the client does connect but does not play video or audio.

Server:
gst-launch-1.0 filesrc location=./myvideo.ogv ! oggdemux name=demux oggmux
name=mux ! tcpserversink port=61981 host=192.168.1.2
recover-policy=keyframe sync-method=latest-keyframe demux. ! theoraparse !
mux. demux. ! vorbisparse ! mux.

Client:
gst-launch-1.0 -v tcpclientsrc host=192.168.1.2 port=61981 ! oggdemux
name=demux demux. ! decodebin ! autovideosink demux. ! audioconvert !
audioresample ! autoaudiosink

What do I need to do to get video AND audio playback?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190412/d9b4c026/attachment.html>


More information about the gstreamer-devel mailing list