Re: [Live-devel] Single Source of Stream for multiple User

2009-01-26 Thread Junseok Lee
have you considered the multicast option? unlike broadcast, you can make a single stream of packets reach only the ones who subscribe to a specific multicast group. -andy 2009/1/27 Sukhbir Singh > Hi All, > >I have following requirement: > >I have a single source of stream, i want to p

[Live-devel] Single Source of Stream for multiple User

2009-01-26 Thread Sukhbir Singh
Hi All, I have following requirement: I have a single source of stream, i want to provide these stream to different user. For that one solution is to broadcast the stream, but we do not want to broadcast the stream. We want to play that stream to the user who will request (Using RTSP/

[Live-devel] RTCP packets sent on wrong-end of HTTP tunnel

2009-01-26 Thread Steven Kramer
Hi, this is just to let you know there's a small problem with RTCP reports when tunneling over HTTP. I noticed on my custom RTSP proxy that RTCP packets are sent on the GET side of the HTTP tunnel, i.e., the reply side. My HTTP handler breaks the connection because of the extra data tha

Re: [Live-devel] possible to encrypt

2009-01-26 Thread Morgan Tørvolt
2009/1/26 arun kumar : > > > 2009/1/26 Ross Finlayson >> >> i am doing project broadcast encryption >> >> >> in LIVE555 Streaming Media in tested program >> testMPEG1or2AudioVideoStreamer is it possible to encrypt the MPEG file >> ("using stream cypher") before streaming and decrypt it at rece