Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 06-25-2015, 10:29 AM
lerman01 lerman01 is offline
Junior Member
 
Join Date: Jun 2015
Posts: 6
lerman01 is on a distinguished road
Default

need help with this link


http://www.goalim4you.net/p/5_14.html

thank you for help
Reply With Quote
  #2  
Old 06-25-2015, 11:03 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by lerman01 View Post
hi

Code:
rtmpdump -r "rtmp://rtmp.infomaniak.ch:1935/livecast" -a "livecast" -f "LNX 17,0,0,134" -W "http://static.infomaniak.ch/livetv/playerMain-v4.2.74.swf" -p "http://livevideo.infomaniak.com/iframe.php?stream=fasdf24azsfvx&name=new&player=3177" --live -y "fasdf24azsfvx" -o "fasdf24azsfvx.flv"
Reply With Quote
  #3  
Old 06-25-2015, 01:38 PM
lerman01 lerman01 is offline
Junior Member
 
Join Date: Jun 2015
Posts: 6
lerman01 is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by biezom View Post
hi

Code:
rtmpdump -r "rtmp://rtmp.infomaniak.ch:1935/livecast" -a "livecast" -f "LNX 17,0,0,134" -W "http://static.infomaniak.ch/livetv/playerMain-v4.2.74.swf" -p "http://livevideo.infomaniak.com/iframe.php?stream=fasdf24azsfvx&name=new&player=3177" --live -y "fasdf24azsfvx" -o "fasdf24azsfvx.flv"
thank you very much!!

another question,
i want to use this stream in KODI IPTV , you know maybe how can i convert this command to Kodi M3U file? (#EXTINF:-1 ......)
Reply With Quote
  #4  
Old 06-25-2015, 01:54 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by lerman01 View Post
thank you very much!!

another question,
i want to use this stream in KODI IPTV , you know maybe how can i convert this command to Kodi M3U file? (#EXTINF:-1 ......)
Code:
#EXTINF:-1 , fasdf24azsfvx
rtmp://rtmp.infomaniak.ch:1935/livecast app=livecast  swfUrl=http://static.infomaniak.ch/livetv/playerMain-v4.2.74.swf pageUrl=http://livevideo.infomaniak.com/iframe.php?stream=fasdf24azsfvx&name=new&player=3177 live=1 playpath=fasdf24azsfvx
Reply With Quote
  #5  
Old 06-25-2015, 02:32 PM
lerman01 lerman01 is offline
Junior Member
 
Join Date: Jun 2015
Posts: 6
lerman01 is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by biezom View Post
Code:
#EXTINF:-1 , fasdf24azsfvx
rtmp://rtmp.infomaniak.ch:1935/livecast app=livecast  swfUrl=http://static.infomaniak.ch/livetv/playerMain-v4.2.74.swf pageUrl=http://livevideo.infomaniak.com/iframe.php?stream=fasdf24azsfvx&name=new&player=3177 live=1 playpath=fasdf24azsfvx
thank you man!! for the fast helpful respond

i have in that site couple of streams that i would like to do the same, get their KODI command, if you can help me with this one for example:

Code:
http://www.goalim4you.net/p/2_28.html
but for the next time instead of posting here url's all the time you can give me some site\tutorial or somewhere that i can read a little bit about it so i could do it for myself?

again thank you for your help!
Reply With Quote
  #6  
Old 06-25-2015, 04:10 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by lerman01 View Post
thank you man!! for the fast helpful respond

i have in that site couple of streams that i would like to do the same, get their KODI command, if you can help me with this one for example:

Code:
http://www.goalim4you.net/p/2_28.html
but for the next time instead of posting here url's all the time you can give me some site\tutorial or somewhere that i can read a little bit about it so i could do it for myself?

again thank you for your help!
you have all on this forum you can use rtmpdumphelper + rtmpdump

1) download http://www.nirsoft.net/utils/rtmpdumphelper.zip 32bit browser
or http://www.nirsoft.net/utils/rtmpdumphelper-x64.zip 64bit browser

2) unzip file in C:\rtmpdumphelper (for example)
3) download https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip
4) unzip file in the same folder in C:\rtmpdumphelper

5) run rtmpdumphelper
6) run your video
7) rtmpdumphelper download directly the video
8) you can find the code in Command.txt in C:\rtmpdumphelper
Reply With Quote
  #7  
Old 06-25-2015, 05:04 PM
lerman01 lerman01 is offline
Junior Member
 
Join Date: Jun 2015
Posts: 6
lerman01 is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by biezom View Post
you have all on this forum you can use rtmpdumphelper + rtmpdump

1) download http://www.nirsoft.net/utils/rtmpdumphelper.zip 32bit browser
or http://www.nirsoft.net/utils/rtmpdumphelper-x64.zip 64bit browser

2) unzip file in C:\rtmpdumphelper (for example)
3) download https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip
4) unzip file in the same folder in C:\rtmpdumphelper

5) run rtmpdumphelper
6) run your video
7) rtmpdumphelper download directly the video
8) you can find the code in Command.txt in C:\rtmpdumphelper
i've tried using URLSnooper 2 to make one exactly has you to this one:

Code:
http://www.goalim4you.net/p/2_28.html
but no success, maybe you can help me and tell me what i did wrong thats the code that made :

Code:
#EXTINF:-1 , shidurlive
rtmp://live.shidurlive.com:1935/app swfUrl=http://cdn.shidurlive.com/player.swf pageUrl=http://www.shidurlive.com/stream/4e6d4932595459304e6a59334d7a59334e6a51334e446335/31341026c3b1 live=1 playpath=16761
Reply With Quote
  #8  
Old 06-25-2015, 05:24 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: need help with this link


playpath incomplete and redirect rtmp link

Code:
#EXTINF:-1 , shidurlive
rtmp://50.7.28.162/app swfUrl=http://cdn.shidurlive.com/player.swf pageUrl=http://www.shidurlive.com/stream/4e6d4932595459304e6a59334d7a59334e6a51334e446335/31341026c3b1 live=1 playpath=16761?MTQzNTI3MDc4NDs2MjA3MDljMzlmMWVkNTEyNGFjNzI4YTMwZDllOWE0ZQ==
Reply With Quote
  #9  
Old 06-26-2015, 03:02 AM
lerman01 lerman01 is offline
Junior Member
 
Join Date: Jun 2015
Posts: 6
lerman01 is on a distinguished road
Default

Re: need help with this link


im trying to use the RTMPDumpHelper but no success,

i've downloaded rtmpdump v2.4 and the RTMPDumpHelper (tried both 32bit and 64bit),
when im launch the RTMPDumpHelper.exe it open the rtmpsuck and i see the line "Streaming on rtmp://0.0.0.0:1935 , but when im open the video (tried both Chrome and Explorer) nothing happen.
Reply With Quote
  #10  
Old 06-26-2015, 08:30 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: need help with this link


Quote:
Originally Posted by lerman01 View Post
im trying to use the RTMPDumpHelper but no success,

i've downloaded rtmpdump v2.4 and the RTMPDumpHelper (tried both 32bit and 64bit),
when im launch the RTMPDumpHelper.exe it open the rtmpsuck and i see the line "Streaming on rtmp://0.0.0.0:1935 , but when im open the video (tried both Chrome and Explorer) nothing happen.
works with firefox
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:40 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons