Re: [Live-devel] live-devel Digest, Vol 47, Issue 15

2007-09-25 Thread Ross Finlayson
>The software vlc >can solve this problem,but I do not known how it do? VLC solves this problem by requesting RTP-over-TCP streaming. Your client can do the same. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing li

Re: [Live-devel] live-devel Digest, Vol 47, Issue 15

2007-09-25 Thread romater
I have developed a client player by live555 which based on "rtsp" > protocal, now I find a question is that ?camera server in my local network > ,the client player can get the rtp packets from a camera server which > support the "rtsp" protocal and successing play.,

Re: [Live-devel] Getting a list of available streams

2007-09-25 Thread Ross Finlayson
I have always used RTSP to request a single known MPEG2-TS. Now, I would like to be able to ask the media server what MPEG files are available for streaming. Can I do this with a DESCRIBE command? No. There's nothing in the RTSP protocol that lets you do this. -- Ross Finlayson Live Network

[Live-devel] Getting a list of available streams

2007-09-25 Thread Rutherford, Robert
I have always used RTSP to request a single known MPEG2-TS. Now, I would like to be able to ask the media server what MPEG files are available for streaming. Can I do this with a DESCRIBE command? Do the files need to be registered as media sessions in order for the server to know they exist and

Re: [Live-devel] question

2007-09-25 Thread Ross Finlayson
I have developed a client player by live555 which based on "rtsp" protocal, now I find a question is that ÅFcamera server in my local network ,the client player can get the rtp packets from a camera server which support the "rtsp" protocal and successing play.,but when my client playe

Re: [Live-devel] question

2007-09-25 Thread shalom shushan
Hi Romater, You need to map also UDP ports between client and server. the video packets is going over UDP. On 9/26/07, romater <[EMAIL PROTECTED]> wrote: > > Hello: >I have developed a client player by live555 which based on "rtsp" > protocal, now I find a question is that :camera serve

[Live-devel] question

2007-09-25 Thread romater
Hello: I have developed a client player by live555 which based on "rtsp" protocal, now I find a question is that :camera server in my local network ,the client player can get the rtp packets from a camera server which support the "rtsp" protocal and successing play.,but when my client pl