Re: [Helix-server-dev] Is that possible to stream 2 video tracks + 1 audio track concurrently?
Jamie Gordon <[email protected]> Tue, 20 Jul 2010 14:27:27 -0700
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Organization | RealNetworks, Inc. |
| Message-ID | <[email protected]> |
For VoD, this should work correctly from the server, so long as the content has separate video tracks which are not marked as part of the same Alternate Group. For RTP live, if there are multiple video streams, the server will interpret them to be alternates, as there is no indicator to differentiate alternate streams from concurrent streams for RTP live ingress. There is currently no runtime configuration to disable handling as alternates, but it should be very easy to simply disable this (or make it configurable) in source and re-compile the RTP live receiver plugin. Naturally, multi-rate RTP live feeds will not function correctly with alternate streams disabled. FYI on the player side, I believe this already works as expected with the Helix client (and RealPlayer desktop player) so if you choose to go that route you might not have much dev work to do! Thanks, Jamie On 7/18/2010 3:26 AM, Weikai Xie wrote: > Hi, > We are developing a system where we need to stream 2 video tracks > (captured by two cameras with different shot angle) and 1 audio track > concurrently (i.e. need tight lip synchronization among the 3 streams) > to audiences. I'm wondering whether Helix server are capable of such > feature in live and VoD respectively. > Sure we will need to develop our own encoder which can stream out 3 > concurrent RTP streams (and record them into a mp4 files with 3 > tracks for VoD) as well as our own player which can use RTSP to setup > the 3 RTP streams. But the question is whether Helix can serve as the > live and VoD servers in such scenario? Thanks for your comment in > advance. > > Regards. > > Weikai Xie > > _______________________________________________ > Helix-server-dev mailing list > [email protected] > http://lists.helixcommunity.org/mailman/listinfo/helix-server-dev