Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-12-2017, 08:37 PM
tvgplayer tvgplayer is offline
Member
 
Join Date: Nov 2016
Posts: 42
tvgplayer is on a distinguished road
Default

Stream this youtube video in VLC Media Player?


Hello,

Trying to stream this youtube video in VLC Media Player:

https://www.youtube.com/watch?v=M8VoOIZ96OQ

Code:
Your input can't be opened:
VLC is unable to open the MRL 'https://r2---sn-q4f7snls.googlevideo.com/videoplayback?expire=1486973155&ei=gxShWPrTA4is-wPShZ2QCA&ms=au&mt=1486951520&mv=m&ipbits=0&mm=31&mn=sn-q4f7snls&requiressl=yes&id=o-ANcZXM0kshiXn8ADWvdig0HXikZQCtSMcnEC0XOPuSB2&itag=22&dur=399.731&lmt=1472419825004197&key=yt6&ip=2602%3A306%3Ac4bc%3A5470%3Ad959%3A6de7%3A6484%3Ae9d2&sparams=dur%2Cei%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&upn=a1__zA8X5mI&mime=video%2Fmp4&ratebypass=yes&source=youtube&pl=52&initcwndbps=448750&signature=2BBB41B01C026CE8FBEF1247831128457BB4EA237D.F931DACD6FF1768639DD226B48B3F85A0A861BC4'. Check the log for details.
Can anybody help? Thanks in advance!
Reply With Quote
  #2  
Old 02-13-2017, 08:03 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


C:\streamlink https://www.youtube.com/watch?v=M8VoOIZ96OQ
[Streamlink for Windows v0.3.2 - Git 614f5a8]
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=M8VoOIZ96OQ
error: This plugin does not support protected videos, try youtube-dl instead
[End of Streamlink for Windows]


youtube-dl.exe --no-check-certificate -v https://www.youtube.com/watch?v=M8VoOIZ96OQ
Reply With Quote
  #3  
Old 02-13-2017, 09:16 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


C:\youtube-dl "https://www.youtube.com/watch?v=M8VoOIZ96OQ" -o - | vlc.exe -
[youtube] M8VoOIZ96OQ: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600
)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))


C:\youtube-dl --no-check-certificate "https://www.youtube.com/watch?v=M8VoOIZ96OQ" -o - | vlc.exe -
[youtube] M8VoOIZ96OQ: Downloading webpage
[youtube] M8VoOIZ96OQ: Downloading video info webpage
[youtube] M8VoOIZ96OQ: Extracting video information
[youtube] M8VoOIZ96OQ: Downloading js player en_US-vfl8LqiZp
[download] Destination: -
[download] 2.3% of 53.14MiB at 184.17KiB/s ETA 04:48
Reply With Quote
  #4  
Old 02-13-2017, 01:48 PM
tvgplayer tvgplayer is offline
Member
 
Join Date: Nov 2016
Posts: 42
tvgplayer is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


Hello, can you help again?

Code:
C:\YouTube - DL>youtube-dl "https://www.youtube.com/watch?v=M8VoOIZ96OQ" -o -
| "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
[youtube] M8VoOIZ96OQ: Downloading webpage
[youtube] M8VoOIZ96OQ: Downloading video info webpage
[youtube] M8VoOIZ96OQ: Extracting video information
[youtube] M8VoOIZ96OQ: Downloading js player en_US-vfl8LqiZp
ERROR: Signature extraction failed: Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\youtube.py", line 1005, in _decrypt_signature
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\youtube.py", line 919, in _extract_signature_function
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\common.py", line 515, in _download_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\common.py", line 422, in _download_webpage_handle
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\common.py", line 402, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\YoutubeDL.py", line 2000, in urlopen
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\utils.py", line 511, in sanitized_Request
  File "C:\Python\Python34\lib\urllib\request.py", line 267, in __init__
  File "C:\Python\Python34\lib\urllib\request.py", line 293, in full_url
  File "C:\Python\Python34\lib\urllib\request.py", line 322, in _parse
ValueError: unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'
 (caused by ValueError("unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/bas
e.js'",)); please report this issue on https://yt-dl.org/bug . Make sure you are
 using the latest version; type  youtube-dl -U  to update. Be sure to call youtu
be-dl with the --verbose flag and include its complete output.
Reply With Quote
  #5  
Old 02-13-2017, 02:26 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


TVG, look at post #3.

confused earned one star for that in this thread.
Reply With Quote
  #6  
Old 02-13-2017, 04:18 PM
tvgplayer tvgplayer is offline
Member
 
Join Date: Nov 2016
Posts: 42
tvgplayer is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


I tried this but still not working:

Code:
C:\YouTube - DL>youtube-dl --no-check-certificate "https://www.youtube.com/watch
?v=M8VoOIZ96OQ" -o -   | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
[youtube] M8VoOIZ96OQ: Downloading webpage
[youtube] M8VoOIZ96OQ: Downloading video info webpage
[youtube] M8VoOIZ96OQ: Extracting video information
[youtube] M8VoOIZ96OQ: Downloading js player en_US-vfl8LqiZp
ERROR: Signature extraction failed: Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\youtube.py", line 1005, in _decrypt_signature
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\youtube.py", line 919, in _extract_signature_function
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\common.py", line 515, in _download_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\common.py", line 422, in _download_webpage_handle
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\extractor\common.py", line 402, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\YoutubeDL.py", line 2000, in urlopen
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmbxrebnz\bu
ild\youtube_dl\utils.py", line 511, in sanitized_Request
  File "C:\Python\Python34\lib\urllib\request.py", line 267, in __init__
  File "C:\Python\Python34\lib\urllib\request.py", line 293, in full_url
  File "C:\Python\Python34\lib\urllib\request.py", line 322, in _parse
ValueError: unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'
 (caused by ValueError("unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/bas
e.js'",)); please report this issue on https://yt-dl.org/bug . Make sure you are
 using the latest version; type  youtube-dl -U  to update. Be sure to call youtu
be-dl with the --verbose flag and include its complete output.
Reply With Quote
  #7  
Old 02-13-2017, 04:30 PM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


http://rg3.github.io/youtube-dl/download.html

https://yt-dl.org/downloads/2017.02.14/youtube-dl.exe
Reply With Quote
  #8  
Old 02-13-2017, 06:24 PM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


Quote:
Originally Posted by tvgplayer View Post
I tried this but still not working
Code:
https://www.youtube.com/watch?v=M8VoOIZ96OQ
Code:
http://www.mediafire.com/file/wspxqhouq506ww1/YouTube_Player_by_D3n1s.rar
Run Update.bat every day.

Reply With Quote
  #9  
Old 02-13-2017, 08:26 PM
tvgplayer tvgplayer is offline
Member
 
Join Date: Nov 2016
Posts: 42
tvgplayer is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


Thank you for the help sysanin, confused & D3n1s!!!
Reply With Quote
  #10  
Old 07-23-2017, 05:40 AM
DanielLee5 DanielLee5 is offline
Junior Member
 
Join Date: Jun 2017
Posts: 9
DanielLee5 is on a distinguished road
Default

Re: Stream this youtube video in VLC Media Player?


Never tried VLC for streaming, just want to try one from this list bestofgears.com/best-streaming-media-player/ , seems like really excellent media players. I heard many positive reviews on Netgear, so that it will be the first I am going to check.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:35 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons