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!
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel