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
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/
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
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