Closed matrixebiz closed 7 years ago
It would be useful to know the differences between both the response body and headers of the m3u8 file when served proxied vs. unproxied.
Hi Josh, not sure what that means but I've found another solution. Thanks anyway
@matrixebiz Hello, can you share with us your solution ? i will appreciate it
Hello, unfortunately it doesn't work on Roku so I have abandoned it.
On Thu, Dec 28, 2017 at 10:50 AM, abdelaliajbary notifications@github.com wrote:
@matrixebiz https://github.com/matrixebiz Hello, can you share with us your solution ? i will appreciate it
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/joshdick/miniProxy/issues/75#issuecomment-354309105, or mute the thread https://github.com/notifications/unsubscribe-auth/AInAXi5_ED7SMDxUZMSMKpLp7rHDwSuLks5tE7jLgaJpZM4N6KW1 .
can you PM me your skype ? Please
Hello, I am trying to stream an m3u8 video link through your proxy VIA another m3u8 file like; My link - http://myserver.com/playlist.m3u8
Contents of that playlist.m3u8;
EXTM3U
EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=10000,RESOLUTION=640x360,
EXTINF:-1,
http://myserver.com/miniProxy.php?http://ExternalServer.com/mainvideo.m3u8
now, this works fine with VLC Player in windows but the Roku does not seem to want to re-direct through the proxy :( is there any change I can do with the script to fix this? not sure if I enable CORS or it is having an issue with the device HTTP_USER_AGENT or what. Hoping you can help me with this.
Thank you