I'm trying to display a single dash manifest format video link which is video/webm 1080p (248), where should I edit or change on /src/Application/ResultController.php?
I use direct link which is localhost/file.php?videoid={$id}&format=248 and this redirect me to the video sources. What I want is, just the single link for provided format which is itag 248 example when I echo in text it shows https://r8---sn-uh-30aez.googlevideo.com/videoplayback............ Where should i made a change or edit on this file cause on line 283 it shows the redirect link. Any help would be good :)
I'm trying to display a single dash manifest format video link which is video/webm 1080p (248), where should I edit or change on /src/Application/ResultController.php? I use direct link which is localhost/file.php?videoid={$id}&format=248 and this redirect me to the video sources. What I want is, just the single link for provided format which is itag 248 example when I echo in text it shows https://r8---sn-uh-30aez.googlevideo.com/videoplayback............ Where should i made a change or edit on this file cause on line 283 it shows the redirect link. Any help would be good :)