Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Need help with a .mov stream (RTSP)Hi, I'm having trouble saving a .mov stream. I keep getting 'invalid url' with Mov Recorder and with HiDownload , it seems to download 1mb sometimes and 3mb sometimes and the video doesnt play properly.
Here's the stream: rtsp://qt.interoute.com:80/mediamanager/%7B27a6992f-1297-42e3-be24-e38610c4f975%7D/%7Bd4b4b4f8-5fcc-4811-ba8d-f3a1736da74d%7D/1Insert_3_The_Butterfly.mov (kinda NSFW ;p.) Thanks |
#2
|
|||
|
|||
Re: Need help with a .mov stream (RTSP)Actually there is no reliable QT rtsp stream recorder at the moment. Neither HiDownload nor MovRecorder is perfect. And I have never managed to dump such streams with VLC player and MPlayer.
It seems like screen video capture program is the only option. |
#3
|
|||
|
|||
Re: Need help with a .mov stream (RTSP)i was able to save this stream using mencoder (svn version)
mencoder -rtsp-stream-over-tcp -oac pcm -ovc lavc -ffourcc XVID -o done.avi rtsp://qt.interoute.com:80/mediamanager/%7B27a6992f-1297-42e3-be24-e38610c4f975%7D/%7Bd4b4b4f8-5fcc-4811-ba8d-f3a1736da74d%7D/1Insert_3_The_Butterfly.mov is the line i used, it will reencode the video to mpeg4 and audio to wav. i reccomend the rtm mencoder svn at this site: http://oss.netfarm.it/mplayer-win32.php have fun i've also heard its possible to run mplayer -dumpfile video.h264 -dumpvideo rtsp://qt.interoute.com:80/mediamanager/%7B27a6992f-1297-42e3-be24-e38610c4f975%7D/%7Bd4b4b4f8-5fcc-4811-ba8d-f3a1736da74d%7D/1Insert_3_The_Butterfly.mov and mplayer -dumpfile audio.aac -dumpaudio rtsp://qt.interoute.com:80/mediamanager/%7B27a6992f-1297-42e3-be24-e38610c4f975%7D/%7Bd4b4b4f8-5fcc-4811-ba8d-f3a1736da74d%7D/1Insert_3_The_Butterfly.mov and then combine/remux these back into an mp4 with mp4box http://www.videohelp.com/tools/mp4box but i have not verified this yet. |
Tags: help, mov, rtsp, stream |
Thread Tools | |
Display Modes | |
|
|