Mlb Rtmpdump Problem?http://yoursportsinhd.com/mlb/game/509721/
Tried to use rtmpdump with RTMPDumpHelper to play in VLC but nothing happens. Can anybody help? Thanks! |
Re: Mlb Rtmpdump Problem?This is not rtmp stream.
http://mlblive-akc.mlb.com/ls01/mlba...r_wired60.m3u8 http://mlblive-akc.mlb.com/ls01/mlba..._complete.m3u8 http://mlblive-akc.mlb.com/ls01/mlba..._complete.m3u8 Here in England I can hear the sound only in my firefox browser, no video. Those urls I can't play "as they are". Good challenge. |
Re: Mlb Rtmpdump Problem?@ j cool,
Thanks for the help but the game ended. Here's the link to another mlb game that starts 600pm Pacific (US): http://wiz1.net/channel105 Do you know how to get this stream to play in VLC? I don't know what parameters are needed. Can you help? |
Re: Mlb Rtmpdump Problem?Game was on when I tried to see it in firefox, sound yes, but no video.
You get m3u8 with one of many sniffers like urlsnooper, httpfox or hls stream detector extensions for firefox,etc. You can play m3u8 with vlc however you like if there are no other parameters needed. This has to be looked at. Hls stream detector gave me ready to use ffmpeg command, didn't work either. I forgot to try livestreamer command, it would be compatible with streamlink. There is one news channel that I can watch with VLC 3, but not with any other VLC older than VLC 3. http://nightlies.videolan.org/ Streamlink plays the same m3u8 with whatever VLC i throw at it . 6pm your time is 2am here, I go to bed soon, but anyway If I do the same thing result is the same. Solution would be to try some new trick. |
Re: Mlb Rtmpdump Problem?Laj,
Every day I see something new somewhere on this forum. Instal firefox extensions HLS stream detector and HDS stream detector, and when your game is on in LA give them a try. |
Re: Mlb Rtmpdump Problem?you can monkey-patch streamlink to change the key retrival url, tho it works fine even without doing it
Code:
import sys |
Re: Mlb Rtmpdump Problem?@ mckv,
Thanks for the help. Can you explain how to use your python player.py file? What folder does python player.py belong in? What command should I use? Thanks again! |
Re: Mlb Rtmpdump Problem?@j cool,
Tried to use HLS Stream Detector but can't play mlb streams. Do you know how to use python player.py from mckv in previous post? He doesn't answer. Thanks! |
Re: Mlb Rtmpdump Problem?I have not looked at python yet but as things go, I will have to.
Take for example rtmpdump, looks abandoned like livestreamer. I see only streamlik on the horizon, or write my own rtmpsuck. |
Re: Mlb Rtmpdump Problem?@j cool,
http://yoursportsinhd.com/mlb/game/509624/ This game streams good with iPhone user agent change. How can I get it to play in VLC? Thanks again! |
Re: Mlb Rtmpdump Problem?After hls stream detector detects 6 urls right click on game and select one of m3u8s'
I set my hls stream detector to copy m3u8 link as livestreamer command. Here you see the result: C:\>"C:\P\STREAMLINK\bin\streamlink.exe" --http-header "User-Agent=Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20 100101 Firefox/52.0" -o "C:\1800_complete.ts" "hls://http://mlblive-akc.mlb.com/ls01/mlbam/2017/03/21/MLB_GAME_VIDEO_ANA CIN_HOME_20170321_1489603973041/1800K/1800_complete.m3u8" best [cli][info] Found matching plugin stream for URL hls://http://mlblive-akc.mlb.com/ls01/mlbam/2017/03/21/MLB_GAME_VIDEO_A NACIN_HOME_20170321_1489603973041/1800K/1800_complete.m3u8 [cli][info] Available streams: live (worst, best) [cli][info] Opening stream: live (hls) [stream.hls][error] Failed to create decryptor: Unable to open URL: https://mlb-ws-mf.media.mlb.com/pubajaxws/bamrest/Me diaService2_0/op-generateKey/v-2.3?contentId=1239053383&kid=20269291 (400 Client Error: Bad Request for url: https://mlb -ws-mf.media.mlb.com/pubajaxws/bamrest/MediaService2_0/op-generateKey/v-2.3?contentId=1239053383&kid=20269291) [cli][error] No data returned from stream [cli][info] Closing currently open stream... You can copy m3u8 url and paste it in new tab's address bar and save "1800_complete.m3u8". Open it and this is one of lines from "1800_complete.m3u8", maybe streamlink knows how to handle that. #EXT-X-KEY:METHOD=AES-128,URI="https://mlb-ws-mf.media.mlb.com/pubajaxws/bamrest/MediaService2_0/op-generateKey/v-2.3?contentId=1239053383&kid=20269291",IV=0x948886 D04001BCB7CF97A4FA0218DC46 I looked at this website from time to time and never caught a stream until today, and it was as before sound only, no video. You can install firefox extension "User Agent Switcher", set user agent to iphone 3.0 and get streamlink command as I did. It will have iphone 3.0 user agent. See if you get the stream playing, as you know streamlink runs VLC. |
Re: Mlb Rtmpdump Problem?I don't know what to do about "Failed to create decryptor" error. Can you help? Thanks!
Code:
Microsoft Windows [Version 6.1.7601] |
Re: Mlb Rtmpdump Problem?The yoursportsinhd website is using the m3u8 and ts directly from the mlbtv service servers. Then, the yoursportsinhd video player ignores the key url in the m3u8 because it requires secure retrieval with mlbtv service cookies.
Instead, the yoursportsinhd video player substitutes the key off their own server on-the-fly. See proxying the hls aes keys. If won't be easy to play in vlc directly because you'd have to do the key substitution yourself instead of having the yoursportsinhd video player do it. You can do the monkeypatch idea with livestreamer, mentioned by mckv in post #6 - or you can download the key from yoursportsinhd and setup a local server on your machine and redirect key requests there so that livestreamer will work with vlc. |
Re: Mlb Rtmpdump Problem?MCKV,
There are 2 things here: Quote:
May I pass your code to Streamlink team to see if they can make some use of it? I'm not able to until I learn python. |
Re: Mlb Rtmpdump Problem?Quote:
The livestreams which exclusively stream games always use a secure url for the key. |
Re: Mlb Rtmpdump Problem?@ JonDough,
Can you give me an example of how I can do the monkeypatch idea with livestreamer, mentioned by mckv in post #6, using this game? Thanks again! http://yoursportsinhd.com/mlb/game/509724/ |
Re: Mlb Rtmpdump Problem?Streamlink plugin: yoursportsinhd.py.
Save it to Code:
%APPDATA%\streamlink\plugins\yoursportsinhd.py Code:
~/.config/streamlink/plugins/yoursportsinhd.py |
Re: Mlb Rtmpdump Problem?Quote:
This is great for the specfic site. As a general mater, it would be great if streamlink had a command variable to override/substitute the aes key urls in a hls playlist with data from a local copy of the key(s) or in a config file. Too often the key retrieval from the hls playlist url requires complex cookie parameters or intermittent access of another url that is not in the playlist. If streamlink had some dynamic options to override the playlist key urls and utilize local copies of the keys, it would be very useful for these cases. Thanks again for the plugin! |
Re: Mlb Rtmpdump Problem?Quote:
|
Re: Mlb Rtmpdump Problem?Quote:
If you mean something else by feed, explain. |
Re: Mlb Rtmpdump Problem?Quote:
|
Re: Mlb Rtmpdump Problem?The home/away feed. You're correct, the plugin will probably have to be modified because the home/away feed is selected using post with csrftoken, csrfmiddlewaretoken and feed input parameters. Just adding the feed number using get doesn't change the feed, and only one feed is in the page source at a time based on those post input parameters.
|
Re: Mlb Rtmpdump Problem?Quote:
|
Re: Mlb Rtmpdump Problem?YourSportsInHD,
Can you tell me in a few simple words what is the advantage of RoboBrowser over Firefox? ( if you are willing to talk to simple people ) |
Re: Mlb Rtmpdump Problem?Anybody know how I can get any mlbstreams.net game to play in VLC? RTMPDumpHelper doesn't pick anything up. Thanks!
http://mlbstreams.net/los-angeles-do...b-live-stream/ |
Re: Mlb Rtmpdump Problem?![]() |
Re: Mlb Rtmpdump Problem?@confused.com,
I don't need to sign-up or download an extension to watch in HD. You can get HD on the screen when the stream is playing. I just want to play it with VLC. |
Re: Mlb Rtmpdump Problem?RTMPDumpHelper doesn't pick anything up. Can somebody help me get this 04stream to play in VLC? I want to watch some mlb games tonight and should be the same as this 04stream. Thanks!
http://myfeed2all.eu/watch/408918/1/watch-nba-tv.html |
Re: Mlb Rtmpdump Problem?Run url helper or url snooper on the link below and take should be able to created a link to play in vlc or other rtmp player...
http://myfeed2all.eu/watch/408918/1/watch-nba-tv.html |
Re: Mlb Rtmpdump Problem?avsrf410,
Try something yourself before speaking in public. TVG, if you give a try to this you may find that your browser gets infected with malware. In that case uninstall your browser and take care that nothing is left from history before reinstalling it again. If you don't know how to handle this you may end up reinstalling OS from scratch. ::::::::: profile rd /s /q "%APPDATA%\mozilla" rd /s /q "%USERPROFILE%\Local Settings\Application Data\Mozilla" rd /s /q %TEMP% md %TEMP% rd /s /q "%USERPROFILE%\Recent" md "%USERPROFILE%\Recent" |
Re: Mlb Rtmpdump Problem?This link was working for now.
http://mlblive-akc.mlb.com/ls01/mlba...ter_wired.m3u8 Quote:
|
Re: Mlb Rtmpdump Problem?![]() |
Re: Mlb Rtmpdump Problem?Quote:
Thanks for looking out for me. I don't want my browser to get infected with malware. |
Re: Mlb Rtmpdump Problem?@j cool,
Thanks. Do you know how I can get any mlbstreams.net game to play in VLC? RTMPDumpHelper doesn't pick anything up. Thanks! http://mlbstreams.net/los-angeles-do...b-live-stream/ |
Re: Mlb Rtmpdump Problem?When I click on your link everything is against me to see the stream, webmasters like it like that for a reason beyond me.
When I clicked on avsrf410's link ton of garbage popped-up in matter of seconds and blocked my browser. When I restarted the browser, the same garbage popped-up again and blocked the browser at the very start. I had to uninstall and re-install the browser. Ask avsrf410 how did he get m3u8, but don't click on his link. |
Re: Mlb Rtmpdump Problem?About your question too myfeed2all and why RTMPDumpHelper dosent grab any stream datas.So you have to enter the right ports / port ranges in RDH options to scan for.If the stream does run then open CMD and enter netstat -bn and in the Remoteadresse list of your flashplayer plugin process you can see the stream IP & port like this...
Code:
185.80.220.81:13396 Code:
-r "rtmp://185.80.220.81:13396/stream/" greetz |
Re: Mlb Rtmpdump Problem?Quote:
|
Re: Mlb Rtmpdump Problem?Hi,
so the stream infos you can also read if you inspect the flash player on that site.Just use your browser console a little. You can also use tools like uBlock Origin.Choose the picker then select the flash player and now you get a new preview window where you can choose elements to hide also with a preview function.Choose this and then undo it and the stream gets fresh loaded alone without to load whole site again. greetz |
Re: Mlb Rtmpdump Problem?It is all working fine. For mlbstreams.net, don't install any plugins or other crap. The same link on the page has to be clicked like three times. The first two clicks go to ads or that plugin install page. Ignore all of that. The third click will return the m3u8.
|
Re: Mlb Rtmpdump Problem?Quote:
Do you know how to play the m3u8 in VLC? Thanks! |
All times are GMT -6. The time now is 10:14 AM. |