Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YouTube cast stopped working #4

Open
JulyanoF opened this issue May 22, 2021 · 5 comments
Open

YouTube cast stopped working #4

JulyanoF opened this issue May 22, 2021 · 5 comments

Comments

@JulyanoF
Copy link

JulyanoF commented May 22, 2021

Unfortunately, YouTube cast stopped working since some days ago

@JacobWarners
Copy link

JacobWarners commented Sep 3, 2021

I've have been using new pipe to get around it

@r4zi3lrrr
Copy link

Hi,

Sorry new to this, exactly how did you resolve this issue?

Mine used to work but not anymore, just get a black screen.

@JacobWarners
Copy link

Unfortunately I haven't been able to really get things working as they used to since youtube did some updates. Wish I could help you R4zi3lrrr If you find something I'd love to try again too so let me know

@CyberSpaceDragon
Copy link

Hello,
a friend of mine uses raspicast and has some problems with streaming YouTube videos too.

We've looked in the file 'raspicast/src/main/java/at/huber/raspicast/youtube/RaspiYouTubeExtractor.java' and noticed a blank space in the regex for the pattern patYouTubePageLink and patYouTubeShortLink.

Might this be the cause of this problem?

@ghost
Copy link

ghost commented Oct 2, 2023

will this work for youtube using yt-dlp?
mkfifo video_pipe
yt-dlp -f best -o - <VIDEO_URL> > video_pipe
omxplayer video_pipe

I did this using 2 terminals one for yt-dlp -f best -o - <VIDEO_URL> > video_pipe and the other for omxplayer video_pipe. It played the video however Im not so good with java and android or i would just implement this.
https://github.com/yt-dlp/yt-dlp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants