Go to advanced search

by Raman.seasia
Mon Aug 11, 2014 11:09 am
Forum: Advanced users
Topic: raspivid command issue
Replies: 0
Views: 390

raspivid command issue

Hi, I have successfully implemented the raspivid command to stream the live video on the web. raspivid -t 0 -w 960 -h 540 -fps 25 -b 500000 -vf -o - | ffmpeg -i - -vcodec copy -an -f flv -metadata streamName=myStream tcp://0.0.0.0:6666 I am trying to add some controls on running live video steam lik...
by Raman.seasia
Wed Aug 06, 2014 6:33 am
Forum: Troubleshooting
Topic: Getting Frame too large error
Replies: 0
Views: 313

Getting Frame too large error

Hi, I am trying to steam the pi cam live steam video on the web browser using jwplayer and while hitting the web url to display the video I am getting following error on the crtmp server; /thelib/src/protocols/liveflv/inboundliveflvprotocol.cpp:108 Frame too large: 9828990 /thelib/src/netio/epoll/tc...
by Raman.seasia
Fri Jul 18, 2014 12:51 pm
Forum: Java
Topic: Raspberry pi (java web control interface)
Replies: 2
Views: 1669

Re: Raspberry pi (java web control interface)

@elatllat- Thanks for posting a reply. The things you have mentioned are the later part of my application. My only concern is create a web application dashboard to monitor the video steams of different IP camera's using java and control the camera features on the same using Java. If you have any doc...
by Raman.seasia
Tue Jul 15, 2014 12:04 pm
Forum: Java
Topic: Raspberry pi (java web control interface)
Replies: 2
Views: 1669

Raspberry pi (java web control interface)

Hi, We are developing a web application interface for raspberry pi. We are able to get live stream and other controls from the IP camera using command line. I am not able to control the raspberry pi camera controls from the web using java. Can we have any java API or third party interface to control...

Go to advanced search