[Live-devel] multiple streams with WindowsAudioInputDevice

2011-05-11 Thread Anton Zsíros
Hello, at first, I would like to apologize for my English, but I hope that, someone will understand. I have some audio inputs (real and virtual) and I want to stream them. My question is: it is posible to stream from multipe audio input devices on Windows (7) at same time? I am using WindowsAu

[Live-devel] how to capture H264 stream and save it in a avi file

2011-05-11 Thread Autuori Gianluigi
Hello, I'm trying to capture a video stream from Axis IP camera with openRTSP. I get a correct file if I use: openRTSP -d 20 -4 -f 3 -w 640 -h 480 -b 40 "rtsp://10.10.1.61/axis-media/media.amp?compression=35&fps=3" >video.avi but I try this: openRTSP -d 20 -f 3 -w 640 -h 480 -b 40 "rtsp://1

[Live-devel] Problems on iPhone when on cell network

2011-05-11 Thread Thomas Maier
Hi gurus, I am using the LIVE555 Streaming Media libs on the iPhone. As long as I am on WiFi, everything works fine. However, as soon as I try to use the cell network (2G or 3G), I get the following error: Unable to determine our source address: This computer has an invalid IP address: 0x0

Re: [Live-devel] Strange problem with h264 streaming

2011-05-11 Thread Felix Radensky
Hi Bruno, On 05/11/2011 07:30 PM, Bruno Filipe Basilio wrote: I'm streaming h264 via RTSP. The video is produced by hardware encoder. In my code I use H264VideoStreamDiscreteFramer class and event triggers to notify the streamer thread about the availability of new h264 buffer. What is your vid

Re: [Live-devel] Strange problem with h264 streaming

2011-05-11 Thread Felix Radensky
Hi Bruno, On 05/11/2011 04:35 PM, Bruno Filipe Basilio wrote: Hi Felix, I have a similar problem. After 3 days playing I couldn't access the RTP/RTCP server PC anymore. Pinging didn't work either. Only after a reboot everything is ok. A few days later the same happened. And now I discovered s

Re: [Live-devel] Strange problem with h264 streaming

2011-05-11 Thread Bruno Filipe Basilio
>> I'm streaming h264 via RTSP. The video is produced by >> hardware encoder. In my code I use H264VideoStreamDiscreteFramer >> class and event triggers to notify the streamer thread about >> the availability of new h264 buffer. > What is your video source ? Is it h264 or something else ? My vide

Re: [Live-devel] Strange problem with h264 streaming

2011-05-11 Thread Bruno Filipe Basilio
Hi Felix, I have a similar problem. After 3 days playing I couldn't access the RTP/RTCP server PC anymore. Pinging didn't work either. Only after a reboot everything is ok. A few days later the same happened. And now I discovered something even stranger: I sniffed the network traffic going to an

[Live-devel] Strange problem with h264 streaming

2011-05-11 Thread Felix Radensky
Hi, I have a strange problem with latest version of live555. I'm streaming h264 via RTSP. The video is produced by hardware encoder. In my code I use H264VideoStreamDiscreteFramer class and event triggers to notify the streamer thread about the availability of new h264 buffer. I use VLC as a view