Quote:
Originally Posted by robson
I tried CooJah and NetXFer, but neither of them managed to get the URL.
|
You shouldn't have any problem finding RTMP URLs with
CooJah and
NetXFer.
Quote:
Originally Posted by robson
I want to run vlc on Linux with the scheduled job to capture certain parts of morning radio show. I'm in different time zone so I can't do it manually. Is there any way for me to get the URL for the stream?
|
The problem is that usually RTMP URLs change, so you can't just find the URL once and use it in a scheduler.
Scheduled recording of RTMP streams is tricky even in Windows, despite of the amount of
RTMP recorders for Windows.
Another problem is that VLC has poor implementation of RTMP. This is not a big deal if you use Linux, because you can use
rtmpdump, a command line utility that allows to download RTMP streams.
And you can use rtmpsuck to get all parameters needed to download RTMP streams with rtmpdump, or even download RTMP streams with rtmpsuck. So forget about
URL Finder for Windows, if you use Linux.