[Live-devel] Project for streaming audio and video with MPEGTS/UDP unicast
Naskel
naskel at gmail.com
Fri Nov 10 07:22:30 PST 2006
Hello all,
Im new to this memberlist, i first would like to say thank you for your nice
library, it given me alot of chance to realise my project !
Well, now i have a some problem to resolve :
I would like to stream my data encoded from ffmpeg (Audio in mp2, and Video
in MPEGTS)
over UDP (in unicast mode) with a package format of MPEG2 TS, so i watched
the whole mailing to see if any project like that already exist
(i do not want to rewrite the wheel), i found someone who wanted to stream
OpenGL video data over network, and someone else pointed him to
a discution with a source code ( live555 wis-streamer ), so i looked around
the source code, to see how i can implement
my projet (without too much Headach ).
I figured out (i think, that's why I am here to get a proper point of view
from experts like you all)
how to implement my needs :
1) create a subclass of ByteStreamFimeSource for audio, and another one for
the video
(with the derived function doGetNextFrame)
2) create a subclass of MPEG2TransportStreamMultiplexor (like
MPEG2TransportStreamFromESSource) to import the needed source :
addSourceVideo and addSourceAudio
3) create my BasicUDPSink and stream that
Can you please tell me if I am on the good way to do my projet ?
And, if any other solution already exist, can you point me on ?
Thank you in advance,
Best regards,
Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20061110/0960ccd8/attachment.html
More information about the live-devel
mailing list