[Live-devel] about making a static library using live555

2007-09-26 Thread Yutao Wei
Hello everyone, I use testOnDemandRTSPServer to stream some format video file and, and I useopenRTSP to receive video data from Internet and it can write the data into a file, everything is OK. Now I have a simple player and want to play the video in real time.But, the playerdoes not support RT

[Live-devel] problem about udp port

2007-09-26 Thread romater
the > router does not know where to send them internally. For something like > NTP or DNS, even though they operate via UDP, the router is able to keep > some sort of "session" since the "connection" is initiated from inside. > So it knows where to send the reply

Re: [Live-devel] Streaming a H.264 file

2007-09-26 Thread Ross Finlayson
1. I'm planning to follow the example of testMPEG1or2AudioVideoStreamer.cpp and write my own testH264AudioVideoStreamer.cpp. Is that a good approach? I think so, yes. 2. What other functions do I need to implement? (Please note that my input file is a Program Stream that contains PES packets)

[Live-devel] Streaming a H.264 file

2007-09-26 Thread Raymond Tam
Hi, I've just started looking into the live555 libraries, and I'm already very impressed by the work that has been done on it. I understand that there's no test program that streams H.264 file. So I'd to write a test program to stream a H.264 file to a client like QuickTime. The format of t

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

2007-09-26 Thread Ross Finlayson
The bottom line here is that you cannot run a RTSP server behind a NAT, unless you are satisfied with accessing the server's streams using RTP-over-TCP only. The IETF is currently working on standardizing techniques (probably based on ICE) that may allow RTSP servers behind a NAT to work, and

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

2007-09-26 Thread Brian Gitonga Marete
On Wed, 2007-09-26 at 08:59 -0700, romater wrote: > Hello: >EveryOne, Thanks for your help! >Now my problem is that: my client player and the stream > server > are behind different NAT ,after client player connect the stream serve > by > rtsp protocal,the stream serve begi