Search found 4 matches

Go to advanced search

by osc2nuke
03 Sep 2023 12:20
Forum: Coffee Corner
Topic: What Do You Use VLC For?
Replies: 18
Views: 34504

Re: What Do You Use VLC For?

I use it to play IPTV streams.
For that, i build my own php based script that loads a list of all streams.
I use the VLC HTTP requests, what really opened doors for me.

Strange there is no specific topic on here for it.
Hard to find resources about it.
by osc2nuke
02 Sep 2023 13:54
Forum: Web and scripting
Topic: VLC HTTP Request, best option for programmers
Replies: 0
Views: 15498

VLC HTTP Request, best option for programmers

Came here few weeks ago to find some answers how i can interact with VLC via a web-application, in my case via Laravel + NativePHP.
After a long time and frustrations i found the holygrale to all my problems:

https://wiki.videolan.org/VLC_HTTP_requests/
by osc2nuke
22 Aug 2023 14:31
Forum: Web and scripting
Topic: PHP exec() on windows
Replies: 1
Views: 14616

Re: PHP exec() on windows

I just stumbled on:
https://github.com/videolan/vlc/tree/ma ... sts#readme

Would that do the trick?

If so, it would be awesome to get a short guidance how to set this up properly.

Thanks in advance.
by osc2nuke
22 Aug 2023 13:52
Forum: Web and scripting
Topic: PHP exec() on windows
Replies: 1
Views: 14616

PHP exec() on windows

Hi all, I made a php script that contains .m3u8 url's what i got from: https://github.com/iptv-org/iptv (These are publicly free and open channels to watch TV stations from all over the world) For that i used Laravel+NativePHP NativePHP allows you to build desktop apps for Windows,Linux an Mac os. (...

Go to advanced search