Questions tagged [streaming]

Streaming media is a process of constant receiving of multimedia delivered by a (content) provider and simultaneous presenting to an end-user. For streaming video use the tag streaming-video.

142 questions
8
votes
1 answer

Howto install UPnP/DLNA media renderer

I'd like to use my raspberry pi as media renderer so I can select playlists on my control point to play music from the media server. I've found some questions to gmediarender but no direct answer how to install it. How can I do that in an easy way?
Ingo
  • 42,961
  • 20
  • 87
  • 207
8
votes
3 answers

how to run netflix on a raspberry pi 3?

I have a legitimate subscription to Netflix, but even though I can login, I can't watch any content other than previews. If I try I get the message Error Code M7701-1003 when I try to watch anything. Does anyone have a good solution to this? I have…
Marpy
  • 143
  • 1
  • 2
  • 7
8
votes
2 answers

Streaming Raspberry Pi camera to HTML webpage using picamera and Flask

I am trying to use the picamera API and Flask to implement a pure Python (live) stream of the continuous JPEG from the Raspberry Pi camera module to display it using a HTML template but I keep getting a "404 not found error"? I'm a bit…
crispy2k12
  • 83
  • 1
  • 1
  • 7
6
votes
2 answers

Setup microphone stream and turn your raspberry pi into a baby phone

I have a "simple" question. I would like to turn my Pi into an audio streaming device for a game, where I need to hear what is going on in a room. So I connected a USB microphone to the Pi and would like to set up a stream now, that streams the…
SebasZil
  • 185
  • 1
  • 1
  • 5
6
votes
1 answer

Stream from PC to the Raspberry

Is there any way to stream a random media (eg, a video from a random website for which no Kodi plugin exists, or a game running on the PC) to the Raspberry Pi? I'm using Kodi and can't seem to figure this out. Would having Plex Media Server on the…
Roy Stark
  • 161
  • 1
  • 1
  • 2
5
votes
3 answers

How to listen to internet audio streams

I connected my RPi onto my stereo so I can listen to my music. However, I want to listen to a few internet-radio-streams. The streams are available in ASX, MP3 and some of them through SHOUTCAST. I've already installed MPD and ICECAST and they are…
Peter
  • 113
  • 2
  • 2
  • 5
5
votes
1 answer

Best way to achieve robust low latency video streaming to a browser using a Raspberry Pi Zero

I want to stream the live video feed captured from a camera attached to my Raspberry Pi Zero to some browser with as low latency as possible (<1s). My end goal is attaching the Pi Zero & Camera to a drone and streaming the video via LTE. However,…
4
votes
1 answer

How Can I Stream Video from SD Card over Ethernet via RTSP?

Problem: I need to stream a video file from my RPi SD card over RTSP to display on a client computer. I'm new to RPi and Linux-based interfaces. I'm also new to RTSP and video streaming. My hardware: Raspberry Pi 3B running Debian, updated to…
Stephen
  • 41
  • 1
4
votes
4 answers

How to stream audio from raspberry pi to android phone?

I want to use my android phone as speaker for my rpi 3 with raspbian jessie. As I unerstood I can't use my phone as bluetooth speaker. The only solution I found is to use Soundwire. However I'm not able to install Soundwire server on rpi(it has…
Castorp
  • 41
  • 1
  • 3
4
votes
2 answers

Raspberry pi with drone for live streaming

I just got a drone, although it doesn't have live video streaming, so I got an idea. I'll attach my pi to the drone, put a $7 webcam on the drone, and stream the webcam to my laptop. But, that requires an internet connection. So my question is, is…
Badger
  • 41
  • 1
  • 2
3
votes
1 answer

Steam Link app network problems

I setup an Pi 3 (B+) for connecting to steam on my main computer. Steam Link is an application used for connecting remote devices (like the pi) as client with steam on the host computer…
Spears
  • 173
  • 9
3
votes
1 answer

How can I stream video from an HDMI device over a local network?

The goal: To stream video and audio output from an HDMI device to a computer over a local network in real time. For example, streaming the HDMI output from an Xbox 360 to a computer on the same network. The computer would play the stream with VLC or…
lightpath
  • 33
  • 1
  • 1
  • 4
3
votes
1 answer

Motion 4.0 Server working but not streaming

I'm playing around with Motion 4.0 on my P3+ I seem to have everything working OK, its detecting motion and recording pictures and video. but when I go to the web page for the streaming output all I get is: Motion 4.0 Running [1] Cameras All no…
Bigdadda06
  • 91
  • 1
  • 5
3
votes
0 answers

Stream a camera, and get the video feed on Java

For my project, I have two USB cameras. I would like to plug them to the Raspberry Pi to stream over the internet. Also, I am developing a software in Java, and these videos streams (2) have to be displayed on the Java Application. I saw that…
Miraeld
  • 31
  • 2
3
votes
1 answer

Audio from audio source to pipe (stdin/stdout)

I am trying to get an audio stream from Bluetooth to the stdin of fm_transmitter on my Raspberry Pi 3 / up-to-date Raspbian Stretch. So far, I got FM-Transmitter running with an ICE-Cast-Stream using ffmpeg & my Pi is playing Music from Spotify via…
1
2 3
9 10