Page 1 of 1

Is it possible to play video and stream audio (using rtp) from a container file ?

Posted: 12 Nov 2019 12:59
by shiva.mudugal
Hello Group,

Let's consider a MP4 file containing H264 video and AAC audio. Is it possible to play video in the local machine and stream audio (using rtp, multicast). So that audio can played on other devices.

Please let me know if this can done in VLC. If so how ?

-Regards,
Shiva Kumar

Re: Is it possible to play video and stream audio (using rtp) from a container file ?

Posted: 12 Nov 2019 14:21
by unidan
Hi,

Yes it is possible, using --sout with a duplicate{dst=display,dst=youroutputstream}.

However, it won't handle audio synchronization.

Re: Is it possible to play video and stream audio (using rtp) from a container file ?

Posted: 19 Nov 2019 05:48
by shiva.mudugal
Hello unidan,

Thanks your for your replay. Is it possible to synchronization audio on other devices. ? Any idea we with which we can achieve this use case ?