Re: [Live-devel] Problem about Application of live555 in embeded system

2010-11-01 Thread 尧平
According to your suggestion, I have done some tests like the following: 1. Firstly,I open testOnDemandRTSPServer in super terminal, then I run openRTSP in cmd like : openRTSP rtsp://192.168.1.120/mpeg4ESVideoTest, the window print out some message,but stop ataccept:application/sdp. after a whil

[Live-devel] receiving and decoding AAC-hbr

2010-11-01 Thread Jon Burgess
Hi, I have subclassed MediaSink in an attempt to provide an adapter class between live555 and the audio APIs on iOS (iPhone). The RTSP session is set up using the openRTSP test program (except my custom subclass of MediaSink is used in place of FileSink). The stream being received is an AAC-hbr

Re: [Live-devel] Problem about Application of live555 in embeded system

2010-11-01 Thread Ross Finlayson
Can you tell me how to change testOnDemandRTSPServer from multicast to unicast? The "testOnDemandRTSPServer" application *already* streams via unicast; nothing needs to be changed. (The "test*Streamer" applications stream via multicast; the "testOnDemandRTSPServer" and "live555MediaServer" a

Re: [Live-devel] Problem about Application of live555 in embeded system

2010-11-01 Thread 尧平
Can you tell me how to change testOnDemandRTSPServer from multicast to unicast? thanks. At 2010-11-01 16:50:31,"Ross Finlayson" wrote: >I suggest that you first try running "testOnDemandRTSPServer" (or >"live555MediaServer") to stream from your ".m4e" file via unicast >instead of multicast

Re: [Live-devel] Problem about Application of live555 in embeded system

2010-11-01 Thread Ross Finlayson
I suggest that you first try running "testOnDemandRTSPServer" (or "live555MediaServer") to stream from your ".m4e" file via unicast instead of multicast. Also, you should try using "openRTSP" as a client, rather than just VLC. (VLC is not our software, so we can't give you much help with VLC

[Live-devel] Problem about Application of live555 in embeded system

2010-11-01 Thread 尧平
Good afternoon,every experts! Sorry to disturb you. I am a master of Central South University(changsha,hu nan province,china).Recently I am work on research of live555 in embeded system. I come across a big and strange problem when running the test example "testMPEG4VideoStreamer.cpp" in Embeded