[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
POP-CAM Stream Your IP CAM with PCH !
10-16-2011, 09:11 AM (This post was last modified: 03-23-2013 08:46 AM by POPA110.)
Post: #1
POP-CAM Stream Your IP CAM with PCH !
Here is a script developed by Moovika that will allow you to stream your live webcam from your PopCorn Hour A-200-210, C-200 PopBox V8, Popcorn Hour A-300 and more.

[Image: TV1-p.jpg]

[Image: TV2-p.jpg]



Simply copy the URL of your network camera in the XML file and click on menu.phf

Quote:imgUrl = "http://youripcam/xxx/image.jpg"

This script works with all IP cameras as long as the url accesses the reference image of the webcam. Wink
See below the list of webcams with this url. There are probably others.
for this demo frame is 1fps
If you want a custom code with your logo, multiple cameras x2-x4 and a higher fps do not hesitate to contact me.
Enjoy !


Quote:Camera Model: 7Links PX3309
Possible URL: http://:port/video.cgi
Camera Model: Heden VisionCam
Possible URL: http://:port/snapshot.cgi
Camera Model: Microseven 550 TVL
Possible URL: http:///snapshot_ch01.jpg
Camera Model: BSTI - PD100V2 , PD100HV2 , PD100DV2
Possible URL: http:///snapshot.cgi
Camera Model: Zavio F521E
Possible URL: http://:port/jpg/image.jpg
Camera Model: AXIS (2100, 205, 206, 206M, 206W, 207MW, 211, 213ptz, 221, 241S, 241Q)
Possible URL: http://:port/jpg/image.jpg
Camera Model: AXIS 205
Possible URL: http://:port/axis-cgi/jpg/image.cgi?camera=1&resolution=320x240&compression=25
Possible URL: http:///axis-cgi/jpg/image.cgi?resolution=640x480&camera=1&compression=20
Camera Model: AXIS 240
Possible URL: http:///hugesize.jpg?camera=1
Possible URL: http:///fullsize.jpg?camera=1
Possible URL: http:///halfsize.jpg?camera=1

If you want to change the default Axis cameraserver HTTP: port 80 to port 8001. Then you would access your camera via this URL. If you are on the other side of a router, then forward port 8001 to the cameraserver IP address.
Possible URL: http://:port/hugesize.jpg?camera=3
Possible URL: http://:port/halfsize.jpg?camera=4

If you wanted to use NO-IP DDNS service and you choose the url "CamUniversal":
Possible URL: http://CamUniversal.no-ip.com:port/halfsize.jpg?camera=1
Camera Model: AXIS 2100
Possible URL: http:///cgi-bin/image640x480.jpg
Possible URL: http:///cgi-bin/image320x240.jpg
Camera Model: D-Link DCS-2000 & DCS-2100+
Possible URL: http:///cgi-bin/video.jpg
Camera Model: D-Link DCS-1000W
Possible URL: http:///image.jpg
Camera Model: DigiLan TV7204
Possible URL: http://:port/cgi-bin/video.jpg
Camera Model: Intellinet 503792
Possible URL: http://admin:1234@cameraIP:80/loginfree.jpg
Camera Model: Genius IpCam Secure 300
Possible URL: http:///image.jpg
Camera Model: Panasonic BL-C30
Possible URL: http://:port/SnapShotJPEG?Resolution=320x240&Quality=Motion
Possible URL: http://:port/CgiStart?page=Single&Resolution=640x480&Quality=Standard&Language=0
Camera Model: Airlink101 AIC250 (still pictures)
Possible URL: http:///image.jpg
Camera Model: Trust NW-7100
Possible URL: http:///image.jpg
Camera Model: Panasonic WV-NP240
Possible URL: http:///cgi-bin/camera
Camera Model: Solwise SEC-MJCAS-210IR
Possible URL: http:///Jpeg/CamImg.jpg
Camera Model: Trendnet TV-IP100 / 100W
Possible URL: http:///image.jpg
Camera Model: Trendnet TV-IP442W
Possible URL: http:///cgi/jpg/image.cgi
Camera Model: Mobotix M22
Possible URL: http:///cgi-bin/image.jpg
Camera Model: LevelOne FCS-1030
Possible URL: http:///cgi-bin/video.jpg
Camera Model: NorthQ NQ-9006
Possible URL: http:///img/snapshot.cgi

For PopBox V8, PopCorn Hour A-300 and more
Download : http://www.popcorn-hour-fr.com/acheter.php?id=2

Test version 1.0.7
http://www.mediafire.com/?bx902mzdbljx492

Original thread: http://www.popcorn-hour-fr.com/forum/sho...4#pid27164
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to POPA110 for this post
10-16-2011, 09:59 AM
Post: #2
RE: Stream Your IP CAM with PCH !
I don't have a V8 or A300 (at least not yet Wink ) but I tried it on a PC and it works nice there!

However I do have an Axis IP cam. Apart from JPEG and MJPEG, this cam also has the possibility to do H.264 in MP4 over rtsp (supposedly in higher resolution?). Do you have the possibility to verify if this works too?

I think this url could work:
rtsp://ip.of.axis.cam:554/axis-media/media.amp?videocodec=h264

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
Add Thank You Quote this message in a reply
10-16-2011, 10:29 AM
Post: #3
RE: Stream Your IP CAM with PCH !
This script works only with reference images in jpg
The PopBox accepts only the Flash 8 and ActionScript 2.0 and can not directly stream an external H.264 stream.
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-16-2011, 10:34 AM
Post: #4
RE: Stream Your IP CAM with PCH !
OK, bummer, but thank's for looking into it!

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
Add Thank You Quote this message in a reply
10-16-2011, 11:00 AM (This post was last modified: 10-16-2011 11:01 AM by halfelite.)
Post: #5
RE: Stream Your IP CAM with PCH !
mp4 should work in swf files same with h264 flv files. I pass both types to my AXXX app. Just pass them to the sdk player.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to halfelite for this post
10-16-2011, 11:38 AM
Post: #6
RE: Stream Your IP CAM with PCH !
Add script for PopCorn Hour A200/210 and C-200 Wink

Download : http://www.popcorn-hour-fr.com/POP-CAM/P...-C-200.zip
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to POPA110 for this post
10-17-2011, 11:01 PM
Post: #7
RE: POP-CAM Stream Your IP CAM with PCH !
Now you can stream 4 webcams simultaneously or 2 with video content Flv or Quick Time

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-29-2011, 03:26 PM (This post was last modified: 10-29-2011 03:28 PM by POPA110.)
Post: #8
RE: POP-CAM Stream Your IP CAM with PCH !
New interface with buttons to navigate

Video youtube

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-29-2011, 03:35 PM
Post: #9
RE: POP-CAM Stream Your IP CAM with PCH !
Very nice!

Shall we assume that the links to the packages are the same as above?

Audio, video, disco - I hear, I see, I learn.
Wiki. Wiki? Wiki!
Find all posts by this user
Add Thank You Quote this message in a reply
10-29-2011, 07:02 PM
Post: #10
RE: Stream Your IP CAM with PCH !
(10-16-2011 10:29 AM)POPA110 Wrote:  The PopBox accepts only the Flash 8 and ActionScript 2.0 and can not directly stream an external H.264 stream.

I don't think this is true, I think the likely issue is that none of the Syabas players, flash or native based. can do live video streaming very well. They stream static video files fine (including h264) but once the Content-Length changes their logic fall apart.

Once/If Syabas fix their player (which has nothing to do with Sigma or Flashlite or Actionscript???) then streaming from a web cam should be possible.

Martin
Find all posts by this user
Add Thank You Quote this message in a reply
10-29-2011, 11:23 PM (This post was last modified: 10-29-2011 11:49 PM by POPA110.)
Post: #11
RE: POP-CAM Stream Your IP CAM with PCH !
(10-29-2011 03:35 PM)dc11ab Wrote:  Very nice!

Shall we assume that the links to the packages are the same as above?

You can download script here

Please note only the first frame is without copyright because I spent much time on it.
I hope you understand.
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-30-2011, 11:48 PM (This post was last modified: 10-30-2011 11:57 PM by POPA110.)
Post: #12
RE: POP-CAM Stream Your IP CAM with PCH !
New version 1.03 with PIP and clock.
Ideal for video conferencing or family
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-14-2012, 10:41 PM
Post: #13
RE: POP-CAM Stream Your IP CAM with PCH !
Hi all,

Trying to get this working with some foscam IP cameras on my C200.

Quote:Download : http://www.popcorn-hour-fr.com/POP-CAM/P...-C-200.zip

This link doesn't work anymore and I'm not sure if the other zip file works.

I know I can access my cameras from http://xx.xx.xx.xx/snapshot.cgi

For a noob, how do I go about installing this?
I couldn't find anyting in the wiki.

Thanks Josh
Find all posts by this user
Add Thank You Quote this message in a reply
01-16-2012, 01:16 PM (This post was last modified: 01-16-2012 01:17 PM by POPA110.)
Post: #14
RE: POP-CAM Stream Your IP CAM with PCH !
Please see new link for download

http://www.popcorn-hour-fr.com/acheter.php?id=2

For installation you can see into file "A-lire.rtf"
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to POPA110 for this post
01-26-2012, 10:24 AM (This post was last modified: 01-26-2012 10:32 AM by POPA110.)
Post: #15
RE: POP-CAM Stream Your IP CAM with PCH !
New version 1.05

Release date : 25 May 2011

1. Full HD resolution 1080p
2. Weather 2 days
3. Rss Info
4. Carbon Skin

[Image: 292555ecranPOPCAM.png]

Download free V1.05 for test
http://www.popcorn-hour-fr.com/acheter.php?id=2
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


[-]
Quick Reply
Message
Type your reply to this message here.



Smilies
:) ;) :cool: :D
:P :rolleyes: :shy: :(
:lightbulb: :angry: :-/ (A)
:heart: :dodgy: :blush: :huh:
:my: :sleepy: :exclamation: :S
[get more]

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Live remote PCH POPA110 63 5,956 05-23-2013 10:25 AM
Last Post: POPA110
Question Best avenue to sell PCH A210? Temujin 3 484 04-13-2013 08:08 PM
Last Post: alexbarreras
  Which PCH meets my goals? sanadin 9 821 04-11-2013 05:21 PM
Last Post: accident
  do you regret your pch purchase? kingevil 34 3,759 02-19-2013 08:44 AM
Last Post: Stahlseele
Smile NHL GameCenter Live and PCH C-200? bangonacan 0 486 02-12-2013 11:04 PM
Last Post: bangonacan
  DO I stick with a PCH or give DUNE a try? bojangles13 9 1,169 01-13-2013 02:47 PM
Last Post: bojangles13
  US customs seized the pch Scot 12 1,474 12-26-2012 04:32 AM
Last Post: diablo
  Will PCH ever support Vimeo streams? 3560freak 2 968 09-30-2012 05:11 AM
Last Post: 3560freak
  Recommend software for copying DVD's to PCH stargeezer 5 1,262 09-28-2012 12:16 PM
Last Post: stargeezer
  PCH is doing there annual refurbed sale!!! halfelite 2 892 08-25-2012 06:39 AM
Last Post: Willem53

Forum Jump: