You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been doing some test with several files and I am able to stream a 200MB mkv file to my Panasonic Viera.
The only problem I found was when trying to stream a 1GB. It seems the tv is reading the complete stream to know the file size before start playing, as the longer the file, the longer it takes to load it.
I guess the problem could be the http-headers served by the smfs, but I am not sure...
Hi,
I have been doing some test with several files and I am able to stream a 200MB mkv file to my Panasonic Viera.
The only problem I found was when trying to stream a 1GB. It seems the tv is reading the complete stream to know the file size before start playing, as the longer the file, the longer it takes to load it.
I guess the problem could be the http-headers served by the smfs, but I am not sure...
I found this link, explaining HTTP Streaming, we can use it to start testing..
https://gist.github.com/CMCDragonkai/6bfade6431e9ffb7fe88
Do you have any idea of what is going wrong, am I completely wrong?.
Cheers.
The text was updated successfully, but these errors were encountered: