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
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
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:
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
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'