Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-11-13 Thread Ross Finlayson
Ross Finlayson wrote: I have tried it (I am having problems with a multiple-interface machine). It seems to get halfway there: We now compute the Content-Base URL appropriately (and source= element in the RTSP SETUP reply [though the o= line of the SDP still has a different IP address. This may

Re: [Live-devel] problem in streaming mpeg4 video data

2007-11-13 Thread SHABANA BANU
Hi friends, i am working on a application where MPEG4 live video data is kept in a kit(device) and have to stream this frame data using RTP/RTSP into network. How to get the data from kit(device) and stream into network using your application programs. And also having doubt that whether it is

Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-11-13 Thread Marc Neuberger
Ross Finlayson wrote: I have tried it (I am having problems with a multiple-interface machine). It seems to get halfway there: We now compute the Content-Base URL appropriately (and source= element in the RTSP SETUP reply [though the o= line of the SDP still has a different IP address. This ma

Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-11-13 Thread Ross Finlayson
>I have tried it (I am having problems with a multiple-interface >machine). It seems to get halfway there: We now compute the >Content-Base URL appropriately (and source= element in the RTSP >SETUP reply [though the o= line of the SDP still has a different IP >address. This may be appropriate,

[Live-devel] Streaming JPEGs from Memory using LIVE555

2007-11-13 Thread [EMAIL PROTECTED]
Hey Ross, I had shot you an email earlier this morning with regards to an issue with being unable to correctly open a file saved in memory as a JPEG. Well we soon figured out that fTo gets only the image data and the JPEG header is sent separately and that is what had caused the problem. Origi

Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-11-13 Thread Marc Neuberger
Ross Finlayson wrote: I will try your version later on (when I get back from my vacation) but I believe that a simple test can be made to check your correction. If you connect a client from the internet to your LIVE555 server that is behind a NAT/firewall, you would be reproducing the same s

Re: [Live-devel] Initialization of the Live555 for 2 streamings

2007-11-13 Thread Ross Finlayson
>Hallo, > >is possible to initialize the live555 for doing 2 streams ? Yes. Create the source and sink objects for each stream, call "sink->startPlaying(...)" for each stream, then call "scheduler.doEventLoop()" - just once - at the end, to start the event loop. > >For example one for mpeg st

[Live-devel] Initialization of the Live555 for 2 streamings

2007-11-13 Thread Armando Ko
Hallo, is possible to initialize the live555 for doing 2 streams ? For example one for mpeg streaming at the port 1234 and the second stream for jpeg at the second port 5678 and the two streams are working with the same multicast adress. The idea is to use 2 channels for streaming 1 server a

Re: [Live-devel] how to stream live video MPEG4 data

2007-11-13 Thread thiyaga rajan
Hi , i gone through your site which seems to be very helpful in my application.Actually my application is i want to stream live video MPEG4 data which is present at some address location into network. i gone through first faq of your site in which you suggested to use the DeviceSource.cpp and