[Release] Hypnonema - Media Player Resource (Twitch,YouTube and more) [C#]

How did you get it to stream videos from choice? i am streaming the link from twtch lol also do you get sound via the whole server?

1 Like

@Kalbino if you got it to work would you mind sharing how you did it ?

2 Likes

How did you dit the http part ?

1 Like

thru web server i just linked my domain with /index.html at the last part. i tried only domain but doesnt work without /index.html

1 Like

See i did that hypnonema_url ‘https://www.twitch.tv’ to stream twitch but its clearly not the right way to do it lol as get sound via the whole server and can’t pick what want to watch lol

2 Likes

So i am guessing we need to make an http server to get this to work?

1 Like

yes … said in readme…
cheers

So hold on how doe’s that work? as if you set it up to stream your own web server you just going to be streaming local host machine or your own website are you not as i tried this hypnonema_url with my local host ip and got this

1 Like

If anyone can do an instruction video for VPS please do :smiley:

2 Likes

The player is currently capable of playing the HTTP streaming protocol. Just point the player to the m3u8, choose “other” as type and then use application/x-mpegURL as value. However as you can see in the video there is without any further tweaking a noteable(!) latency. I can recommend nginx-rtmp module for the rtmp part. https://github.com/arut/nginx-rtmp-module

1 Like

esx,fx …?

1 Like

Can you make a tuturial how to get it work. its amazing if it works :wink:

2 Likes

Works like a charm, Well done =) And thank you for sharing this.

4 Likes

@WarHammer how did you get it to work pls share as many have problems getting this to work

1 Like

very useful script thank you :slight_smile:

1 Like

Good evening and thank you very much for your wonderful script!
But I have a little problem, I have the message that says , Playback in other websites has been disabled by the video owner.

thank you very much for your future answer

I just follow the instruction, So i changed to url in resource_ File and put this as my url: hypnonema_url ‘http://localhost/index.html’ and then i copy index.html in my webserver root and it’s done then just select random youtube video to check.

2 Likes

but how do you create a webserver?

1 Like

i use xampp

1 Like

I use xampp also and i have also do that http://localhost/index.html and copied the index.html into my xampp file but still can’t get a video to run where i can just put in a video link and play pause it ect are you adding your ip to that http//?

1 Like