2006-02-02, 06:21 PM
Hey all,
I've coded up something I hope you guys will like and use..
a streaming solution; it's an add-on to the web interface. after you login, you can open the streaming page. You will need to have VLC installed on the server and the client. through the web page, you choose the recording you want and choose the desired bandwidth quality (150k, 500k, etc). Based on what you specify, your recording will be transcoded on-the-fly and streamed to you (using mpeg4 for video and mp4/aac for the audio). Everything is done on the web; it will spawn a player window with an embedded VLC client with play/pause/seek controls, and you're ready to go. the seek feature is a bit experimental, but I think I'll keep it in.
from the server side, you would need to open up a port on your firewall/NAT router to allow for the streaming. I've tested this a few times when I was away from home and it worked well.
stay tuned, i'm finishing it up and will post it soon. (btw to sub in case you read this, i'd love to share this with you so that GBPVR can incorporate this in the future)
I've coded up something I hope you guys will like and use..
a streaming solution; it's an add-on to the web interface. after you login, you can open the streaming page. You will need to have VLC installed on the server and the client. through the web page, you choose the recording you want and choose the desired bandwidth quality (150k, 500k, etc). Based on what you specify, your recording will be transcoded on-the-fly and streamed to you (using mpeg4 for video and mp4/aac for the audio). Everything is done on the web; it will spawn a player window with an embedded VLC client with play/pause/seek controls, and you're ready to go. the seek feature is a bit experimental, but I think I'll keep it in.
from the server side, you would need to open up a port on your firewall/NAT router to allow for the streaming. I've tested this a few times when I was away from home and it worked well.
stay tuned, i'm finishing it up and will post it soon. (btw to sub in case you read this, i'd love to share this with you so that GBPVR can incorporate this in the future)