xerpi / vita-udcd-uvc

PSVita UDCD USB Video Class plugin
468 stars 23 forks source link

didnt work on mplayer anymore (newest udcd plugin + ds3vita) #22

Open kante01 opened 5 years ago

kante01 commented 5 years ago

Hello,

i had worked on a dock for psvita and used a raspberry pi 3 b+ for this! After some trying it seems to work flawless (besides the audio issues, but thats not the problem)!

mplayer seems to work the best for me and put everything together to dock looking block of plastic, so i thought this was very nice...

After installing ds3vita things are getting worse! After using both plugins, mplayer try but dropped 0 frames of 0 after some seconds. So i rollback the installation of ds3vita and the udcd plugin wouldnt work anymore! Now it appears, that udcd plugin works only if i put it in ur0:tai (i use sd2vita as ux0 and have storageman on top of the KERNEL* list)

Automatically the udcd plugin shows up in both config.txt (in ur0 and ux0 with the correct ur0.tai path, please tell me if this is not an issue?!) So i tried it on my raspberry with mplayer again, not working, switching usb port, work flawlessly! After shutdown and boot it works fine again...

after installing ds3vita and messing with the config.txt (didnt work on first reboot), so i change the order) it works... now mplayer try, but fails again!

Maybe its a random bug in mplayer, but this seems getting started with the use of ds3vita!?! Try it on PC with this psvita dock tool and there was no trouble at all!

Even try my raspberry image backup on 2 other micro sd cards, but there was no luck too :-(

Iam tired of trying, maybe someone can get me an advice, maybe there is an mplayer option i have to use!

this line gave me best results for several trys before using ds3vita plugin:

mplayer -sws 1 -fstype layer,stays_on_top,above,fullscreen -fs -aspect 16:9 -tv driver=v4l2:device=/dev/video0:width=960:height=544 tv://

Please help and Thank you

kante01