Yes, I tried that testMPEG1or2ProgramToTransportStream code. But is
it possible to do "transcoding mpeg to ts" and "streaming ts" in one
step in livemedia server?
Yes. You would need to change the server code so that instead of
using "MPEG2TransportFileServerMediaSubsession", it uses a new,
Hi,
Thanks your reply!
Yes, I tried that testMPEG1or2ProgramToTransportStream code. But is it
possible to do "transcoding mpeg to ts" and "streaming ts" in one step in
livemedia server?
I actually modified testMPEG1or2ProgramToTransportStream code by replacing
the FileSink with a MPEG2TransportS
I plan to modify the Live Media server to stream Mpeg file as Mpeg2 TS stream.
Current code streams two respective streams for video and audio.
The current server code *already* streams Transport Stream data as
multiplexed (combined) audio+video. If you have a MPEG Transport
Stream file, then
Dear all,
I plan to modify the Live Media server to stream Mpeg file as Mpeg2 TS
stream.
Current code streams two respective streams for video and audio.
I need a single TS stream multiplexing audio and video.
I know there are some classes I can use to deplex and transcode, such as
MPEG1or2Demuxe