-
Notifications
You must be signed in to change notification settings - Fork 136
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
303 proxy http ffmpeg streams #304
base: master
Are you sure you want to change the base?
Conversation
…uests to ffmpeg streams) #303
It worked perfectly for video files, but it can't play MP3+G. The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@redmeneses mp3+cdg seems to work fine for me. Both zipped archives and separate files. have you tried other example files? Wondering if there's an issue with this particular one |
Discovered a few things last night running this on my iPad and iPhone
|
Very strange, I'm seeing this behavior too now, but when I first tried it worked just fine. I'm unsure what may have changed. Will look in to it but if it burns too much time, I might just merge this treat the iOS stuff as a separate issue from the single-port optimization. |
I could not reproduce this one. My guess is you're using your own branch and its missing the |
Ya, I agree... playing over iPad is more of a nice-to-have. I think for most people, they'll either have a Raspberry Pi connected to their TV for this or a laptop. What I was really hoping to do was make it so I could get this running on my Firestick, since they're android based and many folks already have android based devices or smart TV's already. I might try to code a wrapper app that would accomplish this that could connect to either a local host or internet facing host. It would be pretty cool to be able to have this available for SmartTVs or Streamers like Fire Sticks |
I use Kiosk Full Screen Browser to accomplish what you're looking for if you're using Android TV. If you do code a wrapper please share how you did it! |
…3-proxy_http_ffmpeg_streams
#303 Proxies the ffmpeg port 5556 url to
/stream/<stream_id>
Enables pikaraoke to run on a single port, which simplifies internet-hosted installations, and appears to fix Safari (OSX and IOS)