-
Notifications
You must be signed in to change notification settings - Fork 3
Plex: unable to tune to channel #4
Comments
So there was problem with GoRoot and GoPath. It is solved now.
|
Hi, glad it's compiling now. What did you do to your I must admit this project is still in development, so it still does not work completely with Plex & I need to figure out why. |
Could be problem, that I have changed inputs (in main.go)?
My step by step installing and using.
Useful command to check that you have correctly set GoPath and GoRoot: |
I have run the ./muxyProxy Added to my browser
|
in bash: So the error could be this: |
That's because the parser only accepts m3u8 files, do you have the possibility to get a |
I will try change output extension from script from .m3u to .m3u8 and I will see. |
I was able to generate m3u8 file. But still "unknown type". Could you send me example of your working .m3u8 structure of the file? Thx you very much. My structure:
|
Afraid not, I have a m3u8 for my paid subscription. |
Me too, but I need only structure to try make same. |
I have minimalized the M3U8 file to this format:
console log after tried to play in VLC
|
There will be problem with the type of the stream url. But not with the m3u8 structure. Correct structure for IPTV for MUXY should be this (nothing more):
I have tried public .m3u where are links in this types I have also tested that the app works in same way for LOCAL stored .m3u and for URL stored .m3u. Both of them But after converting by app to the
|
I have stuck on this:
non-standard import "github.com/golang/glog" in standard package "muxy/muxy"
As I found from Go version 1.8 I do not need set up GoRoot and GoPath. I know that it is problem that I do not know how "go" works. But can you give me a little bit direction how to build this awesome tool? :-)
Machine: Ubuntu 16.04.3 LTS
I have done this:
make
But I have received error above.Thx you very much
The text was updated successfully, but these errors were encountered: