[Live-devel] OpenRTSP Issue

2012-07-09 Thread Naresh Sankapelly
Hey everyone, I have an IP Camera that provide RTSP streams. I got two streams with names audio-G726-16-2 and video-MP4V-ES-1. I tried to multiplex these to streams using the following command of ffmpeg. ffmpeg -i audio-G726-16-2 -i video-MP4V-ES-1 -acodec copy -vcodec copy output.avi It giv

Re: [Live-devel] Is there something like WindowsUsageEnvironment?

2012-07-02 Thread Naresh Sankapelly
You could use VLC. Thanks Naresh Ph. 8884199804 -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Bruno Babic Sent: Monday, July 02, 2012 2:05 PM To: LIVE555 Streaming Media - development & use Subject: [Live-devel] Is ther

Re: [Live-devel] OpenRTSP application

2012-03-14 Thread Naresh Sankapelly
eg, from windows media player open something like: myrtsp://server/path/etc) you want to implement IFileSourceFilter on your filter COM object. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Naresh Sankapelly Sent: Tuesday, March 13, 2012 1:17 PM To:

[Live-devel] OpenRTSP application

2012-03-13 Thread Naresh Sankapelly
Hi All, I'm using OpenRTSP for streaming of Panasonic IP Camera output. I have to use it in a directshow application. Any clues on how can I do that? Thanks Naresh Ph. 8884199804 ___ live-devel mailing list live-devel@lists.live555.com htt

[Live-devel] OpenRSTP application query

2012-03-12 Thread Naresh Sankapelly
Hey All, I am using openRTSP sample application provided with Live555 streaming media library. I used the following command to stream from an RTSP server. openRTSP.exe -d 10 rtsp://192.168.1.90/MediaInput/mpeg4 I was able to get two files with names video-MP4V-ES-1 and audio-G726-16-2. I'