Skip to content

zackliscio/surfstreams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find the connect and play args by using wireshark and searching for : rtmpt.amf.type

Or tcpdump:

sudo tcpdump -w file.tcpdump -s 0 -i wlan0

then grep for the "secure" channel:

tcpdump -A -n -s 0 -r file.tcpdump | grep secure

Youll find a line like:

/surfline/secure/live/hi-pipelinecam?e=0&h=blablablalalb

This is rtmp stream "file" used for streaming via the flash player I have included..

Other useful greps:

tcpdump -A -n -s 0 -r file.tcpdump | grep play

tcpdump -A -n -s 0 -r file.tcpdump | grep connect

About

nothing to see here..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published