Thread: get link stream
View Single Post
  #2  
Old 08-25-2017, 11:46 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: get link stream


Install HlsStreamDetector and HttpFox extensions for Firefox, that will give you stream urls.

First one is HLS stream:

Code:
http://199.21.149.43:9083/live/CA42-live1/Vp/Ob/VpObAKeinniCi6LuFRmkLA==/live.m3u8

Second one RTMP, one more example where rtmpsuck does not work.

Code:
RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
ERROR: Handshake failed
Closing connection... done!

ERROR: Handshake failed
Closing connection... done!

I don't know how to get rtmp stream from here:

Code:
http://box.sfbox.dynu.net/j/json.php?id=g&playerUrl=https%3A%2F%2Fcdn.rawgit.com%2Fsfbox%2Fbox%2Fmaster%2Fgplayer.swf
Code:
state	2
uid	"4D016E11380852582971922716469A67"
vid	"7F4518E6645922545B336AFA09BB48C0"
cid	"0B00ACAA25C1FE01EBF3F9EAC693EAE9"
audited	1
enable_hls	1
name	"tvN_BACK【录制频道】"
description	
tags	
ccount	
timeshift	
rate	0
rate_count	0
page	
movie_level	0
running	1
running_delta	63
substreams	
0	
id	"45F0CC3839D9F9D576358A865E532C45"
backup_id	
state	2
live_id	"CA42"
live_sid	"live1"
path	"/Rf/DM/RfDMODnZ-dV2NYqGXlMsRQ=="
audited	1
width	960
height	540
datarate	328
vcodec	1748121140
acodec	1633772320
player1	
player2	
player3	
lang	
record	1
encrypt_code	"C+2+GXqMg0Yz5mWEMdMoNw=="
def	"主码流"
thumb_ver	3
running	1
running_delta	63
format	1718646381
http_url	"http://199.21.149.41:9283/live/CA42-live1/Rf/DM/RfDMODnZ-dV2NYqGXlMsRQ=="
p2p_url	"rtmfp://199.21.149.41:9235/live/CA42-live1/Rf/DM/RfDMODnZ-dV2NYqGXlMsRQ=="
rtmp_url	"rtmp://199.21.149.41:9235/live/CA42-live1/Rf/DM/RfDMODnZ-dV2NYqGXlMsRQ=="
downloadable	false
sc_tk	"JVadOA1LcoAy+naKjjgzb/lP0DpdHAnULKtnGZ+kTRlRe5+FBrUrgGVgzZFv5HZBE7bGlRa454N546s1296ibA=="
code	"OK"
type	"live"
play_host	"http://61.164.108.112:9083"

Last edited by j_cool : 08-26-2017 at 05:42 AM. Reason: RTMP protocol is still alive and well
Reply With Quote