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 10-01-2015, 12:40 AM
Jason1055 Jason1055 is offline
IT Hardware
 
Join Date: Sep 2015
Posts: 7
Jason1055 is on a distinguished road
Default

How can I extract this kind of complicated RTMP address?


Dear Sirs/Madams,

Hello!.
My name is Jason. I'm glad to know you.
I'm having a hard time analyzing a complicated RTMP address these days.
But I can't extract this RTMP address.

1. URL snooper Information (1 stream channel. but 3 types of URL...)
URL Protocol Source IP
http://live.64ma.com:1930/tv/cmp.swf?ver=2014 FlashMedia http file 101.79.255.89
rtmp://live.kbskme.gscdn.com/news24/_definst_ rtmp 101.79.255.89
rtmp://101.79.249.73:1935/news24/_definst_/news24_800.stream|rtmp://1.255.48.15:1935/news24/_definst_/news24_800.stream rtmp stream stream 101.79.255.89
- Basically, I can't understand the last one.
rtmp://xxxxx|rtmp://xxxxx ==> Is this a normal rtmp protocol?
And I can't find a correct rtmp URL. Which one is correct?
Why does the channel have 3 types of URL?
Is there anyone who can solve this problem?

2. Debugging history
- According to the snooper information, I already tried following RTMP address.
But none of them worked correctly...
rtmp://live.kbskme.gscdn.com/news24/_definst_
rtmp://live.kbskme.gscdn.com/news24/_definst_/news24_800.stream
rtmp://101.79.249.73:1935/news24/_definst_/news24_800.stream
rtmp://1.255.48.15:1935/news24/_definst_/news24_800.stream
rtmp://101.79.249.73:1935/news24/_definst_/news24_800.stream|rtmp://1.255.48.15:1935/news24/_definst_/news24_800.stream

How can I get the correct address?
Do I need something special?
Please let me know if you need more information about this.
Thanks for your help in advance.

Best regards,
Jason
Reply With Quote
  #2  
Old 10-01-2015, 01:09 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


You can use rtmpdumpHelper... Also you need to post the ORIGINAL browser link, not a bunch of rtmp links LOL

Last edited by peterpan : 10-01-2015 at 01:53 AM.
Reply With Quote
  #3  
Old 10-01-2015, 07:36 AM
Jason1055 Jason1055 is offline
IT Hardware
 
Join Date: Sep 2015
Posts: 7
Jason1055 is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Thanks for your information.
Please refer to following original URL.
I want you to help me if you don't mind.
Thanks again.

1. Original page URL => http://www.8080tv.com/frim/index30.htm

2. Streaming Channel
==> kbs24 (Java Script)
<li><a href="javascript:;" onclick="plays('hgkbs24')">kbs24</a></li>
Reply With Quote
  #4  
Old 10-01-2015, 12:42 PM
offthecuff offthecuff is offline
Junior Member
 
Join Date: Aug 2015
Posts: 28
offthecuff is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Quote:
Originally Posted by Jason1055 View Post

I can't extract this RTMP address.

just run rtmpdumpHelper
then look in Command.txt for the url
Reply With Quote
  #5  
Old 10-01-2015, 01:01 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Here you go... (As I've mentioned earlier, you may want to use rtmpdumpHelper to sniff out the stream again, since the params may have expired)

Code:
rtmpdump -r "rtmp://live.kbskme.gscdn.com/news24/_definst_/" -a "news24/_definst_/" -f "WIN 19,0,0,185" -W "http://live.64ma.com:1930/tv/cmp.swf" -p "http://live.64ma.com:1930/tv/html/flv.asp?code=2v3v6v3eRvfS9vCtRXoJ6vxSJvCek1xTy1xvhMzNBDf3" -y "news24_800.stream?id=2101&si=9&secure=MmRkYTQyOTMwZTM3Y2YyMDAzOWVhODBmOWE3MDViYTlkOTY3MTRkNzU2ZWNjOTAxY2I5OWY2MjliNjc0NjgxN2U0NWQzMmFkMTIyYjg0ZWRjNjE5NGFhMWQzODczMjA4ZjVkYmZmZjNhZTAxNjMxN2NmNGJiMmQzMWQ3YmUzYjIxY2VjM2M3ODI1YjFmYmIyNmIyZTQ4Y2UyMWI0NTY5MDM4ZmQxZGFmMzc5YzJlYzkwYzYxZDg1NjcwMGRiNmZiNDk1NTNmMDNiZjAzZDUwMTk0ZTU4ZDY4NmJkZTViOWQ4NWE5MjZjMmU0ODBiM2I0MjdiNmMzMGRhNzQ5M2Y2OTk3YTQ4YjQ1YzIyZmI2NjIyMDIzMDdiMDRlZGZiZDEzODU5ODU4MGM4OTJhM2I5MQ==&csu=false" -o "2015-10-01_10-53-50_news24_800.stream.flv"




Quote:
Originally Posted by Jason1055 View Post
Thanks for your information.
Please refer to following original URL.
I want you to help me if you don't mind.
Thanks again.

1. Original page URL => http://www.8080tv.com/frim/index30.htm

2. Streaming Channel
==> kbs24 (Java Script)
<li><a href="javascript:;" onclick="plays('hgkbs24')">kbs24</a></li>

Last edited by peterpan : 10-01-2015 at 02:21 PM.
Reply With Quote
  #6  
Old 10-01-2015, 09:36 PM
Jason1055 Jason1055 is offline
IT Hardware
 
Join Date: Sep 2015
Posts: 7
Jason1055 is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Dear Peterpan,

I am very sorry for late reply.
I really appreciate your help. Finally, I made it.!!!
So far, I didn't know the rtmpdumpHelper.
(I have been working as a hardware engineer for a long time.)
So I studied the program very hard.
This is the reason why my reply is too late.

I used the rtmpdumpHelper according to your recommendation.
Basically, I wanted to see the stream channel in my Kodi or XBMC program. So I utilized the stream information of rtmpdumpHelper.
At last, I was able to see the stream channel in my Kodi program!
Anyway, thanks for your help again.

https://drive.google.com/file/d/0Bwj...ew?usp=sharing

Best regards,
Jason
Reply With Quote
  #7  
Old 10-02-2015, 12:16 AM
Jason1055 Jason1055 is offline
IT Hardware
 
Join Date: Sep 2015
Posts: 7
Jason1055 is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Unfortunately, I have faced another problem with live stream channel...
I think that the website changes a secure code periodically... Am I right?
Is there any good solution about this problem?
I really want to see the live channel in my Kodi/XBMC without recording.
Please help me one more time if possible.
Reply With Quote
  #8  
Old 10-02-2015, 01:19 PM
offthecuff offthecuff is offline
Junior Member
 
Join Date: Aug 2015
Posts: 28
offthecuff is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Quote:
Originally Posted by Jason1055 View Post
I think that the website changes a secure code periodically... Am I right?
Is there any good solution about this problem?
if you take 10 mins to read here

you can help yourself

Code:
http://www.nirsoft.net/utils/rtmp_dump_helper.html
Reply With Quote
  #9  
Old 10-03-2015, 07:54 AM
Jason1055 Jason1055 is offline
IT Hardware
 
Join Date: Sep 2015
Posts: 7
Jason1055 is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Quote:
Originally Posted by offthecuff View Post
if you take 10 mins to read here

you can help yourself

Code:
http://www.nirsoft.net/utils/rtmp_dump_helper.html
Dear Offthecuff,

Thanks for your help.
I have read the article according to your advice.
Unfortunately, I could not find any information about secure token.
I think you have a different view on this matter.
Please let me know if I am wrong.

Problem summary
1. I want to see the live stream channel in my Kodi/XBMC program.
2. I can get a RTMP URL by rtmpdumpHelper.
3. But I need a fixed RTMP URL because I want to use my Kodi/XBMC
Program.
4. However, the website changes their secure token continuously.
5. So I can't make a m3u file for Kodi/XBMC.

Question
How can I get the fixed RTMP URL regardless of secure token?

Please refer to my test result as below.
(According to the result, you can see they change the secure token
Continuously... This is the main problem.)
===========================================
news24_800.stream?id=2101&si=9&secure=MmRkYTQyOTMw ZTM3Y2YyMDAzOWVhODBm
OWE3MDViYTlkOTY3MTRkNzU2ZWNjOTAxY2I5OWY2MjliNjc0Nj gxN2MxZDM0NjE3YzNjZDU0NTU0NTY4
MzUxNjU4MWRkMDZhNDE3YWQxZGIwOTczODlmODYxMTI0ZjcxMm ZiYmM0YTc5YWUxMDYzNTU4ZmY1MWM4
NWQxNzdiNWZkZTU1OTNmNjkzM2VmNWYzODc3MjdmNTgxZDQ5Nz QwMDIyMTE2OTY3YWZlODVhNTE4NmQ2
MjkzZDA4MDQzNDMyZTdjNzhjYTY0ZGU0YmJhYmYzZjI1MGE4MT Y5MWE0YjIzODVhNjg3N2VjYmE4OGU5
ZmNlOGYyMDNiZDVjMWRkNzZjYjViMTdkNjc5N2YxZjk2MDM1NG Y3NA

news24_800.stream?id=2101&si=2&secure=NzJjM2E5MjA3 MDgyYmU0MWNkYWFjZWI4
ZDhmZDQ3MWYxZjY0OGZlNjYzOWM5Zjc5ODJhZWMxMDU2YjU5ZW MxMWUyN2ExZDMyZjY5ODBlYzM1MzMy
ZDFhNGIyYzNiYmIyMjFmYzIyMzJiZDkxZTUzNjU2YTlhODYyNW YwMzMyZDg2ZmE3ODEzOTFiNzRlZDQz
MDBiMzNjN2I3MjE2OTY0MDYyODBkOWVkZDMzNjM0ZjdkNDI2Nj FmZTY5NzVhYjhjNmNiOGM1YjU5Mjc4
Yjg3ZTJhOWUwY2E3MDVlMzE4NmI3NWM1OTZhZjhmMThjY2QwND U3MzI3YmQ1YjE3MGNlOWE0NmQyMTcz
YzFmMmY2NTE4MWVmMmZjOTg1ZWQ4N2ExZjEzMjczNjBhMTg3Yz JlZg

news24_800.stream?id=2101&si=7&secure=OTMxYTRkMjk1 NzMxOTcwMzA2ZTlmMzVm
MGUwNjYzY2U3NmI3ZTA0NjY2YjE0ODIzZTdmMGUzODcwMTA2M2 M4YjgzNWNmNjljZGZiOWVkNTU5NDVh
YTc5NzdkNDY4N2EzMmM3NmNjMjVkN2JkMmVjYTU1MzVjODhhYj UxZWY0YjRjMmFjZjI3ZTAwNGM2NWFi
MmZlNzVhMWZjYjc2Nzg0N2MzMzRlZTU0ODdmNDA2YTgzZmEzMT BjNDYwMDU2MTI3YjI4MDdjNmI5OGYz
M2QwNzNlZWE3MmUxNzgwNjE5NjhmZjczZjRkZmYyMWYyNzRjZT BjZjU4ZjE5YmQyMTc4ZTc4NDJjYmJj
YzIwMDUzNzBjMGViYzVmMjFlNTE2NDRmYmMyNjM0MjEwYmU4MG JhYg

news24_800.stream?id=2101&si=0&secure=YzBkMzZiMTMx MmI5OTE0OTk4ZDZiZTdm
Yzc2YzYwOTNlY2Y5M2U4MjFmZjUyN2E1NmQ2MGE5ZDhmOTIxNj I3NDhlYzMwNTM0YzI5ZDM0YTdjMjkz
OGMwYWIyODgyYjI4YTAwZjQzODEwNzliYjQ4YzZhNWIyNWIwMm UwZDVhMzY2MzhlNmQzOTg2MzA1YjI1
NjcxYzMxYzc3YjBmOTg1MDdjYWExYzYzZmIzNGY5M2MwNTY4Y2 RkY2NkNTYxM2MzNmQ3OGJiNmZhN2Ji
MzhjYzc1NzBlYTA1MmUzZTFjNGNjNzcxNjY1NTkwNDcxM2EwZT FkOGVmMDEzZmExZjRkM2FlODJmODNm
YjRlNGZkNWQ2ZmE0NzkyMjFlMTA0MWU3OTJhOGNiYTk0ZGMyZj Y2OA

news24_800.stream?id=2101&si=0&secure=NzA4NzU1YTg4 M2JiOWVmM2U5ZDE0NDUx
YTgwNGVhYWI5ZDg1ZDFmOWE0ZTZhODE3ZjRhNWM4YTkxOTZkMT FlZjliOGFkY2JlMjgzYTkzNGI4ODEw
N2EzMTVmMjBkZTI5YTQ5NGY2N2ZjNjhhNzkyYmU5ZDJlY2Y3Nm QwNTViNjM3Y2VjYjRlODBhZjhlMzJm
NWU0OTRhYWJjNTBhMTU1MTE1YTA2OGQzMGY0ZWExNjQyZmQ5ZD VmM2E4NTM0OWE4ZDVmMGViYTM2MmIw
NDIyNjYyYjM0NTNkNTYxZjYxZmIwN2IzMjIxZjE0MzU1YWNlNT FhNjJhNjZiZWRmMDAxNTA1MWY4Y2I5
NmY5Yjc5MDk2M2FkMTZlNjg5MDI3OGU5NjU2NDAwZTRkNjc1N2 MxYg
===========================================

Best regards,
Jason
Reply With Quote
  #10  
Old 10-03-2015, 02:24 PM
offthecuff offthecuff is offline
Junior Member
 
Join Date: Aug 2015
Posts: 28
offthecuff is on a distinguished road
Default

Re: How can I extract this kind of complicated RTMP address?


Quote:
Originally Posted by Jason1055 View Post
I need a fixed RTMP URL
you will have to sniff the link out
each time you want to watch it

Last edited by offthecuff : 10-03-2015 at 03:09 PM.
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 09:53 AM.


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