JohnOne Posted March 21, 2016 Share Posted March 21, 2016 Is it possible to play an rtmp stream somehow, perhaps by embedding a browser in gui or something? Web search just keeps pointing me to vlc player. I'll investigate that if and when any other possible methods are exhausted. Among other information I have, is a link like this... rtmp://streaming.playwire.com/18465/mp4:video-20141018-1444132.mp4 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
iamtheky Posted March 21, 2016 Share Posted March 21, 2016 years ago when i was downloading all the austin city limits streams off of PBS I had to resort to rtmpdump. Then just play it local. JohnOne 1 ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
JohnOne Posted March 21, 2016 Author Share Posted March 21, 2016 If I go her https://www.wowza.com/testplayers I can put that link in adobe HDS tab and it will happily play, I'm after doing something similar, locally. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
JohnOne Posted March 21, 2016 Author Share Posted March 21, 2016 I was hoping and half expecting something like this to work, and open it locally. <html> <head> <title> Nothing </title> </head> <body> <embed width="1280" height="720" src="http://www.focusonthefamily.com/family/JWPlayer/mediaplayer.swf" flashvars="allowfullscreen=true&allowscriptaccess=always&autostart=false&shownavigation=true&enablejs=true&volume=50&file=video-20141018-1444132.mp4&streamer=rtmp://streaming.playwire.com/18465/mp4" /> </body> </html> AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
iamtheky Posted March 21, 2016 Share Posted March 21, 2016 http://www.nirsoft.net/utils/rtmp_dump_helper.html Quote RTMPDumpHelper is a small utility that can help you to easily download RTMP video/audio streams. By combining this utility and the proxy server of RTMPDump toolkit, you can simply open a Web page containing RTMP video stream in your favorite Web browser, and while watching the video, it'll be saved to your disk automatically as .flv or .mp4 file. What are you looking to do differently than the helper does? JohnOne 1 ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
JohnOne Posted March 21, 2016 Author Share Posted March 21, 2016 I'm wanting to achieve it without third party tools. That tool is worth a look, but it does require another tool itself. For the moment I have discovered how to derive a direct http link to the mp4 file. coffeeturtle 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
coffeeturtle Posted July 20, 2016 Share Posted July 20, 2016 On 3/21/2016 at 0:46 AM, JohnOne said: For the moment I have discovered how to derive a direct http link to the mp4 file. I know it has been awhile John, but were you able to figure this out? I would like to know as well, please. Thanks! Link to comment Share on other sites More sharing options...
JohnOne Posted July 29, 2016 Author Share Posted July 29, 2016 I never did i'm afraid, I just noticed by chance that from something like rtmp//blah/blah/xxyyxx I could use http://videohost/blah/blah/xxyyzz.mp4 to play the files directly from this particular site so never pursued the rtmp any further. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
JohnOne Posted July 29, 2016 Author Share Posted July 29, 2016 If I were to pursue it further, I'd take a look at source code for kodi, as that plays all kinds of live streams scraped from websites. It's python, but it might help you along. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
coffeeturtle Posted July 31, 2016 Share Posted July 31, 2016 Thank you. Good point! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now