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