cryinrain69
cryinrain69
i had the same problem. API get_video_info not found. Looks like Youtube has changed the get link mechanism.
I also had the same problem. 
> Hello, > > Try again with this gradle: > > ```groovy-gradle > implementation 'com.github.pedroSG94.RootEncoder:rtplibrary:2.2.6' > ``` > > I think that jitpack failed to compile olders versions after change...
> > Found a fix for it. > > https://github.com/Athlon1600/youtube-downloader/blob/c68112b6dff211ab0dbdcf63089f85720db84503/src/YouTubeDownloader.php#L103 > > > > line 103, 104 Change it to following > > ``` > > "clientName" => "WEB", >...
Anyone have any other solution ?
> I used following: > > `"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",` > > And works like a charm! Thank you. I will try to try it.
> I used following: > > `"clientName" => "ANDROID_EMBEDDED_PLAYER", "clientVersion" => "16.20",` > > And works like a charm! Not working for this video: https://www.youtube.com/watch?v=0vrPc1itkeg https://www.youtube.com/watch?v=Xx6YaUIMuRQ
> I think you should package video data to rtmp? With the same need, I also want to livestream it to SRT and RTMP server. Please help me.
> Hi, > > Setting the torch strength is a relatively new features on Android devices. The API I found are: > > * https://developer.android.com/reference/android/hardware/camera2/CaptureRequest#FLASH_STRENGTH_LEVEL API >= 35 > *...
> Indeed, if you call `turnOnTorchWithStrengthLevel` after the camera has been started, it throws an exception. Could you call `turnOnTorchWithStrengthLevel` before the camera is used by StreamPack? Unfortunately I can't....