Hello all,
Just wondering if anyone knew a way to save a concert from the WDR rockpalast plugiun in jans pack?
I went to a concert and they have it on there and would love a copy!
Thanks in advance
Saving from WDR Rockpalast plugin
-
- Posts: 1028
- Joined: Wed Jul 04, 2012 8:01 am
- Has thanked: 1 time
- Been thanked: 148 times
Re: Saving from WDR Rockpalast plugin
I understand !
For the esy way you must have a pc!
1) make on the Settings from XBMC Debug ON!
2)Start you favorites Concert over the plugin!
3) press stop
4) go with your PC (Ftp) to your LOG - File and Look what the DVDplayer open !
5) its rtmp (you must install rtmpdump forr your pc)
6) rtmpdump -v -r rtmp adress usw - o test,mp4 - will Download the rtmpstream to your Pc (-o say you will it download and File.mp4 is the name what you self give for you downloadet File)
Example what works :
rtmpdump -r rtmp://gffstream.fcod.llnwd.net/a792/e2/tv/rockpalast/live/2011/rock_hard_festival_down.mp4 -o test.mp4
It is a little to make with python a settings file and a code change what make a download possible over a running Pc with rtmpdump installed when you intrerested look at the main xbmc plugin tape.tv this give the right way what you must do!
Regards Jan
For the esy way you must have a pc!
1) make on the Settings from XBMC Debug ON!
2)Start you favorites Concert over the plugin!
3) press stop
4) go with your PC (Ftp) to your LOG - File and Look what the DVDplayer open !
5) its rtmp (you must install rtmpdump forr your pc)
6) rtmpdump -v -r rtmp adress usw - o test,mp4 - will Download the rtmpstream to your Pc (-o say you will it download and File.mp4 is the name what you self give for you downloadet File)
Example what works :
rtmpdump -r rtmp://gffstream.fcod.llnwd.net/a792/e2/tv/rockpalast/live/2011/rock_hard_festival_down.mp4 -o test.mp4
It is a little to make with python a settings file and a code change what make a download possible over a running Pc with rtmpdump installed when you intrerested look at the main xbmc plugin tape.tv this give the right way what you must do!
Regards Jan