[Live-devel] How to transmit multiple live streams?

Richy Mong richymong at gmail.com
Thu Feb 4 17:16:41 PST 2010


Thanks for your reply.But I'm sorry that I didn't express the matter
properly.
I just wanted to transmit multiple streams that might be started at
diffierent time(I didn't know the exact time) and played at the same time.
I find that I could call "TaskScheduler::doEventLoop()" at the
beginning.Then when a user (i.e
, a webcam) connects to the server and sends live video data, I will create
a new ServerMediaSession for him and use RTSPServer::addServerMediaSession()
to add this new ServerMediaSession object.So that the VLC can play this
stream.When another user connects to the server, I will do the same thing.I
will modify my code today to have a test.
Is what I said above correct?

Richy
Best Regards

2010/2/4 Ross Finlayson <finlayson at live555.com>

> .I want to transmit multiple live stream which may start at different
>> time(i.e one stream today and another tommorrow).For the test****stremer, I
>> can use multiple sinks just like
>> "sink1->startPlaying(), sink2->startPlaying()" .But my server is following
>> the eaxample of OnDemandRTSPServer and I have live
>> source.Would you please give some advice?
>>
>
> Use "TaskScheduler::scheduleDelayedTask()".
>
> --
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> 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/20100205/60ac5dd6/attachment.html>


More information about the live-devel mailing list