Streaming video is watching video while simultaneously watching it (youtube). This is to be used for questions about how to stream video to the pi and from it.

learn more… | top users | synonyms

2
votes
0answers
55 views

Blitting to the screen, NodeJS and OpenVG

I have managed to get 4 rtsp video streams from IP cameras to render on my screen via multiple instances of omxplayer. However, I would like to add some text and graphics to this screen with ...
0
votes
2answers
298 views

Setting up an IP Camera on raspberry pi

I'd like to setup my raspberry pi to work as an IP Camera. Can you please point me to guides on how to do that - I am unable to find resources in particular for the two-way audio part of it. I am ...
0
votes
1answer
204 views

Raspberry pi video streaming image error

I have a problem with video streaming on raspberry pi. When I want to stream the webcam's image trough the network, the image has many errors, like fall apart, other colors and lot of garbage appear ...
4
votes
4answers
2k views

How can I stream h264 video from Raspberry camera module via Apache/Nginx for remote stream view?

So I got the Raspberry Camera today and got stills working fine. Capture an image in jpeg format: raspistill -o image.jpg Capture a 5s video in h264 format: raspivid -o video.h264 I do ...
0
votes
3answers
176 views

Advice on RPi taking high res pictures at timed intervals

I'm working on a project with my Raspberry Pi at the moment. I'll give a brief summary of what I'm trying to achieve. I would like my RPi to take high resolution pictures through a USB webcam at ...
1
vote
0answers
255 views

Gstreamer Stream Hangs

I am using the lastest Raspbian image and I have installed gstreamer to my Raspberry Pi. Stream works, but hangs after a while. With the pipeline below, I am both streaming video over tcpsink and ...
1
vote
1answer
188 views

FFServer streaming “issues”

I'm hoping to stream a webcam to browsers from my Pi using ffserver. I've seen a number of similar tutorials such as this one. They all say I need to compile it because the default version has ...
0
votes
1answer
284 views

SPI and video streaming using Wifi

We are developing a shield that shall be interfaced to the pi. A camera(720p) is also interfaced to the pi via the USB on the pi . The data from the camera is to be converted into H.264 format and ...
2
votes
0answers
236 views

HTTP Live Streaming

I current have a setup using Motion to stream video from a webcam attached to a raspberry pi. Unfortunately this is quite low quality and has a poor frame rate. I am looking into using HTTP Live ...
-1
votes
3answers
254 views

What do I need to setup in order to push a video stream to the web

I'm interested in using a Raspberry Pi and some webcam to stream video to the web. First, I would need to know how to setup the webcam. Second I would like to know if it is possible to push a ...
2
votes
0answers
329 views

Increase network throughput between two NICs

I'm trying to use the Pi to grab a unicast UDP stream (video) on one NIC, and send it out as a uni- or multicast on a different NIC. I have two working NICs and by using socat I can get data to flow ...
3
votes
1answer
2k views

Streaming H264 with Logitech C920

I have a logitech C920 webcam. It has the ability to directly encode the video in H264. I want to reproduce what was done with a Beaglebone, but using a Raspberry Pi: send a H264 stream to the ...
3
votes
1answer
297 views

Raspberry Pi becomes unresponsive when running opencv

I have successfully installed OpenCV on my Raspberry Pi and have been fooling around with some simple webcam streaming, live canny-edge detection, and so forth, all using basic C and C++ code. ...
0
votes
0answers
144 views

Cacaoweb on Raspbmc

Is it possible to install cacaoweb on Raspbmc? I know it can be installed on Linux (see cacaoweb.org), and I know I can share links to my Raspbmc through my mobile phone (i.e. YouTube links). How ...
1
vote
1answer
265 views

What DLNA transcode settings stream nicely to XMBC on the RPi?

I see a lot of questions on the best media server to run on the RPi. I'm looking to set up a media server to run on my Windows 7 machine that can stream to XBMC running on my RPi. (I know there are ...
0
votes
1answer
432 views

How can I use my pi to convert a video/audio stream in real time to another format?

I have a encoded video and audio stream from a device that cannot produce a compatible stream for an iOS device. The encoder will output h.264 and/or mjpeg. How can I use my pi to convert a ...
2
votes
2answers
388 views

Video server for PS3

I am totally new to Raspberry Pi, and media servers - I do have experience with Debian command line though. Is it possible to make a Raspberry Pi have a local folder that can be shared as some sort ...
1
vote
0answers
247 views

Using Anysee E30 (Terrestrial) with Raspberry Pi

Can I use the Anysee E30 (Terrestrial) USB TV tuner in a setup with Raspberry Pi and OpenElec? Or another Pi distro? I want to be able to see TV, use it as a PVR, and maybe stream TV to my home ...
4
votes
1answer
562 views

Streaming live video to Rasberry Pi

I am considering purchasing a Rasberry Pi solely for the purpose of sending video to my basement. I have a device with composite video out in the living room and I'd like the same content to be ...
8
votes
3answers
4k views

Enabling high resolution capture from web camera

I'm experimenting with using the Pi for web cam streaming and motion detection, with the motion app. Trying a few different web cameras and combinations with other hardware, I've found one combination ...
14
votes
5answers
13k views

Is there any workaround for Netflix compatibility?

I know that Netflix does not work with Linux because Moonlight (an open-source implementation of Silverlight) doesn't support encryption. Have any workarounds or solutions been identified to bring ...