I have quite an old PC, an Athlon XP-M 2500. It seems that this is just too slow for live encoding AVC, the CPU goes to 100% and then the transmission gets interrupted. (When streaming just a black image it's already at 30% CPU usage, when streaming slowly changing video it goes to 80%-90%, and there'a a huge delay of maybe 5-10 seconds.)
Is this just normal for the live server, or should it think of reinstalling the PC?
My PSP is running DarkAlex firmware 3.03 OE-C, Wifi with WPA-PSK (AES), with PMPVLC009_OE_Rev4-test-binaries. The PC is using the following settings for vlc (vlc-0.8.6a-psp-x264-wait-win32):
Code: Select all
:sout=#transcode{vcodec=h264,vb=600,width=480,height=272,fps=25,
acodec=mp3,ab=64,channels=2}:duplicate{dst=std{access=http,mux=ts,
url=192.168.0.1:1234}}
@fuerio/JockyW:
Password protection did work for me (with live steaming, use_avc_hw=1):
You might protect the stream with replacing
Code: Select all
access=http,
Code: Select all
access=http{user=test,pwd=test},
Code: Select all
liveserver = 192.168.0.1
Code: Select all
liveserver = test:test@192.168.0.1;
[CROSS] to exit" on your PSP.
Adding user=test and pwd=test to pmp.ini will not work.
Code: Select all
Don't forget to replace 192.168.0.1 with your (appropriate) IP-Address.
Replace test:test with username:password
heinbloed