Hi guys, first post in this community :D
My question, i'm using wireshark to get the info of a video and download it thought rtmpdump. This time i don't have the "normal" information of a rtmp but this:
I have removed the info of the video from the code, i don't know if i can post it.
If if merge host and GET in a browser it will be open the video using the default video software.
I know i can download it using VLC but i prefer a "manual" way, maybe using rtmpdump ( i have try with rtmpdup -r "host/get" but say invalid protocol - RTMP_Connect0, failed to connect socket. 10060 ) or another command line software, or if it is possible thought the browser
Thanks for any help
My question, i'm using wireshark to get the info of a video and download it thought rtmpdump. This time i don't have the "normal" information of a rtmp but this:
Code:
GET /link/video.wmv?auth=dCdacCaI-brSdKB-c0-AlzwAFw&aifp=V001 HTTP/1.1
Accept: */*
Referer: UniPlayer.xap
Accept-Language: en
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Host: host.com
Connection: Keep-Alive
If if merge host and GET in a browser it will be open the video using the default video software.
I know i can download it using VLC but i prefer a "manual" way, maybe using rtmpdump ( i have try with rtmpdup -r "host/get" but say invalid protocol - RTMP_Connect0, failed to connect socket. 10060 ) or another command line software, or if it is possible thought the browser
Thanks for any help