Projects/SpaceCam: verschil tussen versies
< Projects
Nieuwe pagina aangemaakt met '{{Project |name=SpaceCam |URL=http://cam.bitlair.nl |contact=Gebruiker:AK47 |info=SpaceCam! |status=Beta }} On http://cam.bitlair.nl we currently have a stream running...' |
Geen bewerkingssamenvatting |
||
| (8 tussenliggende versies door 3 gebruikers niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
{{Project | {{Project | ||
|name=SpaceCam | |name=SpaceCam | ||
|start=2011/11/09 | |||
|URL=http://cam.bitlair.nl | |URL=http://cam.bitlair.nl | ||
|contact= | |contact=AK47 | ||
|info=SpaceCam! | |info=SpaceCam! | ||
|status= | |status=Abandoned | ||
|Picture=zarya_21178.jpg | |||
|end= | |||
}} | }} | ||
== Status == | |||
This project is currently abandoned because Bitlair does not own the Honeywell cam anymore. We currently have to get a new cam. | |||
== Intro == | |||
On http://cam.bitlair.nl we currently have a stream running from our SpaceCam. | On http://cam.bitlair.nl we currently have a stream running from our SpaceCam. | ||
| Regel 16: | Regel 24: | ||
==Multiplexing in VLC== | ==Multiplexing in VLC== | ||
Multiplexing MJPEG in VLC can be a bit tricky. For this we are using CVLC (the command-line VLC). This is the complete line setup the MJPEG stream via HTTP to port 8080: | Multiplexing MJPEG in VLC can be a bit tricky. For this we are using CVLC (the command-line VLC). This is the complete line to setup the MJPEG stream via HTTP to port 8080: | ||
cvlc http://CAM_IP/now.jpg?snap=spush --loop --sout '#standard{mux="mpjpeg",access="http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a}",dst="SERVER_IP:8080/now.mjpg"}' | cvlc http://CAM_IP/now.jpg?snap=spush --loop --sout '#standard{mux="mpjpeg", | ||
access="http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a}", | |||
dst="SERVER_IP:8080/now.mjpg"}' | |||
Huidige versie van 18 jan 2014 22:52
| Project SpaceCam | |
|---|---|
| Naam | SpaceCam |
| Beschrijving | SpaceCam! |
| Website | http://cam.bitlair.nl |
| Start | 2011/11/09 |
| Contact | AK47 |
| Status | Abandoned |
Status
This project is currently abandoned because Bitlair does not own the Honeywell cam anymore. We currently have to get a new cam.
Intro
On http://cam.bitlair.nl we currently have a stream running from our SpaceCam.
The camera we are using is a Honeywell HCX13M. The stream is multiplexed at another server using VLC.
MJPEG stream Honeywell HCX13M
At first it seems the Honeywell stream is only viewable from the Java applet in the webinterface. Using Wireshark we discovered the applet is actually pulling a MJPEG stream. This is the URL:
http://CAM_IP/now.jpg?snap=spush
Multiplexing in VLC
Multiplexing MJPEG in VLC can be a bit tricky. For this we are using CVLC (the command-line VLC). This is the complete line to setup the MJPEG stream via HTTP to port 8080:
cvlc http://CAM_IP/now.jpg?snap=spush --loop --sout '#standard{mux="mpjpeg", access="http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a}", dst="SERVER_IP:8080/now.mjpg"}'