Topic: SVPtube mp4 DASH and mpc-hc fix suggestion
Hi,
currently, there is a problem with youtube videos in mp4 dash format playing in mpc-hc, because mpc-hc does not recognize its actual video length when starting to buffer. I recently found the following site: http://www.h3xed.com/blogmedia/youtube-info.php. It shows each available format for youtube and a direct link to the file for streaming. Interestingly, when you select the mp4 1080p DASH format and open it in mpc-hc, this error does not occur any more. The video length is correct and it plays fine, although it takes a wee bit longer to open the stream.
I tried comparing the video URLs form that site and from SVPtube (1.2.5a) and see, why the link from the site works and the one from SVPtube did not. My goal was to rewrite the URL in a wsf script to make it compatible with mpc-hc. Unforftunately, I cannot for the life of me find the difference. There seems to be one parameter, 'pl', that has consistently the value pl=22 in URLs from that site and the value pl=36 in URLs from SVPtube. But when I just change that value to pl=22 in an URL form SVPtube, mpc-hc cannot load the file.
Could you implement the same video URL extraction as the site above and offer it as an alternative in SVPtube? That would eliminate that buffering issue, which drives me crazy!
Cheers!