[Live-devel] From UDP Raw to RTSP

Ilya Smelykh ilya at darim.com
Mon Aug 23 12:34:15 PDT 2010


Do you really need RTP/RTSP? I think the best way for you is to save stream
as you receive it and just add VoD part(RTSPServer) in retransmitter.
live555 support RAW UDP with MP2TS + RTSP streaming. Only one thing is what
you want to use as end side client and wether it support that kind of
streaming.

2010/8/23 <snipefoo at free.fr>

> Hi,
>
> I need to stream in RTSP a media received by UDP Raw. I receive IPTV via
> multicast UDP (MPEG2 and h264) but I need a RTSP source to allow softwares
> like
> Eye TV to play IPTV. For those who know Freebox: I try to emulate a
> Freebox.
>
> I tried VLC and get some interesting results (using VLM) but now, I need to
> embed this solution into a router (running DD-WRT); VLC is not a good
> choice as
> it needs to many resources to run.
>
> So I think about writing a simple program doing only one thing : receive an
> UDP
> Raw stream and send it back as RTSP.
>
> I need to stream multiple channels, eg:
> rtsp://mybox/Channel_1 = udp://225.1.1.1
> rtsp://mybox/Channel_2 = udp://225.1.1.2
> ...
>
> As many demo progs nearly do what I need, I think it would not be too
> complicated to do that with LIVE555 Streaming Media library. But do you
> think it
> won't need too much cpu and/or memory to run on light hardware. I don't
> know
> what it represent to convert Raw UDP into RTP; is it the same format ? What
> is
> the best way to implement the multiple channels (is there such a mechanism
> in
> the library) ?
>
> Have you some advices for me ?
>
> Thank a lot.
> Best Regards
> Snipe Foo
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100824/088a825b/attachment.html>


More information about the live-devel mailing list