PDA

View Full Version : How to record a html5 streaming video?


Adramelech
12-30-2016, 05:28 PM
Hello! For some time I've been recording videos from a teaching platform that I subscribe to ... Until then they used the flowplayer and then the jwplayer and now they upgraded to an html5 player (I could not identify the transmission protocol or whether the source of the Player).

For the previous cases I used the rmtp tools (rtmpdump, rtmpdumphelper, rtmpexplorer and URLSnooper) since they used this protocol.

The problem is that I do not know what the player is (I just know it's html5) nor the new broadcast protocol. Any suggestions on how to proceed to discover the new player and the new transmission protocol?

Ilustrative screenshot: (https://www.dropbox.com/s/est8s724u8a0jx9/shot_161230_212127.png?dl=0)
https://www.dropbox.com/s/est8s724u8a0jx9/shot_161230_212127.png

ihryjfbd
12-31-2016, 08:10 PM
Anything showup in cacheviewer
https://addons.mozilla.org/en-GB/firefox/addon/cacheviewer/?src=userprofile
or
VideoCacheView
http://www.nirsoft.net/utils/video_cache_view.html

or pipe to livestreamer
https://addons.mozilla.org/en-GB/firefox/addon/livestreamer-launcher/?src=api

Adramelech
01-01-2017, 06:55 AM
Anything showup in cacheviewer
https://addons.mozilla.org/en-GB/firefox/addon/cacheviewer/?src=userprofile
or
VideoCacheView
http://www.nirsoft.net/utils/video_cache_view.html

or pipe to livestreamer
https://addons.mozilla.org/en-GB/firefox/addon/livestreamer-launcher/?src=api
Thx dude, I'll try with these softwares that you suggested.