mekanoe / VRC_HLS

Solution & guide for streaming anything into VRChat.
MIT License
60 stars 0 forks source link

HLS Video works fine in VLC player, but only loads one frame inside of VRCHAT #3

Open kroung opened 2 years ago

kroung commented 2 years ago

Ive managed to get up and running, and VLC is running nice and smooth with either my RTMP link or HLS m3u8 link.

Ive tried my M3U8 link in multiple VRchat worlds, it will load the video, but it freezes on the first frame, and no audio. I tried to change the playlist length and fragment lenght to longer times from 1s and 4s. Is this HLS method still workin in VRchat, or have most moved to rtsp?

A01706155 commented 1 year ago

Late response but looks like this happens when you try to load the stream from a local network for some reason...

kroung commented 1 year ago

Late response but looks like this happens when you try to load the stream from a local network for some reason...

I ended up working with the maker of the Video player I was using in VRChat, and they were able to resolve a bug with the player using HLS. Ende dup not being a bug of this server code. https://github.com/MerlinVR/USharpVideo/issues/55

A01706155 commented 1 year ago

I ended up working with the maker of the Video player I was using in VRChat, and they were able to resolve a bug with the player using HLS. Ende dup not being a bug of this server code. MerlinVR/USharpVideo#55

Oh, thank you for the information! 😀

Damn, I thought it was a server issue and I tried to fix it with different settings, but I didn't achieve anything haha.

The only fix I found back then was to set up the nginx server on AWS, Oracle Cloud or anywhere else that was not my home network. Others could see the stream except for me when coming from my own network. 🤯