Streaming is the process of continuously sending data from a server to a client host. Often used in video or audio transmission, live streaming is a time-critical process that makes high demands on the underlying network used to deliver the data.

learn more… | top users | synonyms (1)

0
votes
0answers
14 views

define IP routing in linux for multicast IPs

I want to multicast some MPEG-TS streams on my linux server such that the streamed content just be seen on localhost and not sent to the network interface of my system (Clearly stream not routed to ...
-3
votes
0answers
17 views

Need suggestions(and would not mind assistance) with knowing where to learn android development [closed]

I'm planning to make an android app which is similar to twitter. My app is only going to allow users to stream posts from me to their phones. It's design would be similar to the facebook/ twitter ...
0
votes
0answers
24 views

Intel WiDi / Miracast receiver hardware / software for DIY HTPC

I read that the Netgear Push2TV PTV3000 could be a good option for Miracast. However I'm looking to build my own HTPC, and I want it to support being a receiver of Miracast, as I currently have a ...
0
votes
0answers
11 views

converting MPTS to SPTS

I have a live multi-program MPEG-TS stream [MPTS] over IP, I'd like to select just one program from the stream, and output a single-program MPEG-TS stream containing just that program. is there any ...
0
votes
0answers
32 views

Stream audio without delay [closed]

I want to stream the complete audio output of my laptop (win7) wirelessly to my speakers. (Not just the static stuff, like mp3s, but also "interactive" sounds.) So far I have tried it via some ...
2
votes
1answer
42 views

Streaming your Linux desktop to a dynamic image in a browser window for anyone to see

I am trying to share the contents of a web page viewed on one computer and make it available to many computers in a simple to consume format via a browser. I would like to avoid java or other things ...
0
votes
0answers
37 views

gstreamer httplive streaming by soup plugin

I want to stream video from webcam by http live. I found that souphttpclientsink plugin can do this. But when I run this command: gst-launch-1.0 videotestsrc ! avenc_mpeg4 ! mpegtsmux ! ...
0
votes
0answers
17 views

MP3 Streaming and Antivirus, Shoutcast Specific

I have several Shoutcast streams which are streaming live at specific times, when testing the solution it seems that Sophos antivirus and apparently AVG antivirus check MP3 streams before playing. ...
0
votes
1answer
43 views

Getting error: Unknown encoder 'libvo_aacenc'

I am new to ffmpeg, just trying to build an SDP file for streaming. I'm facing an error when I run the command ffmpeg -re -i "sample.mp4" -f rtp rtp://127.0.0.1:10000 -flags +global_header -c:a ...
2
votes
3answers
59 views

Filter file when a column is in whitelist

Suppose I have two files, File A: a,abcdef b,bcdefa c,cdefab a,defabc b,efabcd c,fabcde And File B: a b The output I'm looking for is: a,abcdef b,bcdefa a,defabc b,efabcd So, basically, I ...
-2
votes
0answers
14 views

Belgian TV tuner for multiple recordings/watches [closed]

I'm building my home network layout. I live in Belgium and I use DVB-T cable connection, normally with a Digibox settopbox. But my provider will sell CI+ cards in the future, so I want to use that to ...
0
votes
1answer
19 views

can ffmpeg streaming jumpt to certain position?

I am working with ffmpeg. I can get a thumbnail from rtsp via command like below. ffmpeg -itsoffset -4 -f rtsp -rtsp_transport tcp -i rtsp://fostv.com:554/test/smarttv_sample.ts.pac -vframes 1 -s ...
-2
votes
0answers
11 views

Web Media Player that has an audio visualizer for audio streams [closed]

Hello I urgently need an Web Media Player (Media Player that's embedbedable in html) that support audio effects for live audio streams... Jwplayer doesn't support this, flowplayer neither... please, ...
1
vote
0answers
19 views

More latency using VLC than java browser plugin reading a video streaming

I am trying to see a video streaming in my PC from a mobile phone camera using Android and IP Webcam and I am able to do it but I have a problem with VLC. Runs correctly using VLC and java browser ...
0
votes
0answers
153 views

Why are YouTube videos having so much trouble?

I am getting sick and tired of this. Youtube, in my browser, Google Chrome 26.0.14.1065, on my MacBook Pro, is running so slowly. I am at the point where I can download a 10 min video before it loads ...
2
votes
0answers
77 views

VLC stream with input options

Im trying to make stream in cvlc for xbmc. My problem is that i cant make it because Im not using just file stream but Im using decklink protocol and I need input options. I cant find any resources ...
2
votes
0answers
53 views

optimise FFMPEG live stream THUMBNAIL

After testing many possibilities, I have a perfect command line for creating thumbnails from a live stream: ffmpeg -i rtmp://srvIp/h264.stream -r 1 -an -updatefirst 1 -y thumbnail.jpg It refreshes a ...
0
votes
0answers
66 views

Streaming video using VLC media player to anywhere

I want to stream a video over the local network from VLC and the receiver must be able to play it on a device using the given URL, not necessarily other VLC. Like you would open a stream link in any ...
0
votes
1answer
83 views

Can I expedite VLC stream to make files faster?

I want to split a long 50 minute video file into two 25 minute parts. I finally found out how to stream one video file into another video file via the command line thanks to ...
0
votes
0answers
38 views

Traffic Compression

I have multiple users who are using a limited connection, I have setup a remote proxy server using 'ziproxy', but currently it only support compression for html/images. I would like some sort of ...
0
votes
0answers
32 views

Streaming applications no longer working

I have been having an odd problem lately. I can no longer watch YouTube or stream anything (pandora, online videos, etc.) on my computer. I'm running Windows 7 with 6 GB RAM and an Intel i5 2.5GHz. ...
0
votes
2answers
158 views

Re-stream/Mirror HTTP Live Stream

I need to re-stream/mirror some HLS’s (HTTP Live Stream) using a Linux server. From input http://anystream.com/channel1.m3u8 To output http://127.0.0.1/abc.m3u8 I found several media servers ...
0
votes
0answers
33 views

Dynamically change FFmpeg streaming parameters

I use FFmpeg to stream my desktop and camera. It works fine, but I want to change FPS and quality during streaming. Of course, I can restart my stream with new parameters, but it would delay. So I ...
3
votes
1answer
123 views

FFmpeg: can't capture audio from microphone

I use FFmpeg under Windows 7 to stream live video. There are no problems with the camera, but for some reason I can't capture sound from the microphone (I've tested it, it works fine). I use the ...
0
votes
0answers
26 views

Bravia TV no longer appearing on network

So I've got a decent knowledge of networking and software but haven't had the time to look in to this in great detail. My problem is I set my Sony Bravia smart TV up on a network and often used it ...
3
votes
0answers
37 views

FFmpeg streaming: problems with device name

I'm trying to stream web camera and microphone in Windows using FFmpeg. First, I get my devices names (to specify -i parameter in streaming command) using a command like this: ffmpeg -list_devices ...
1
vote
2answers
92 views

Why do these videos not work with Firefox anymore?

This is a pretty simple question, and I'm sorry for the little (or no) details I can provide regarding this question, but I'm curious and have no idea how to answer this question of mine. If it ...
0
votes
1answer
134 views

I can't stream videos anymore

I can't stream videos anymore. Suddenly, without installing anything or changing anything I stopped being able to stream any videos. I have an Ad blocker on and a tracking site blocker as well. Both ...
2
votes
0answers
389 views

Windows Media Player 12 doesn't recognize RTSP protocol

I am trying to stream a live feed through RTSP to Windows Media Player 12 and get the error: "Windows Media Player cannot play the file because the specified protocol is not supported. If you ...
0
votes
3answers
51 views

What is the best way to play a video located on another computer in LAN?

I've got a desktop with a 500GB harddisc with some movies. I would like to play a video from it on my laptop which has only 64GB SSD and is in another room, but on the same LAN. For now both ...
0
votes
1answer
118 views

What makes VLC and Google Chome succeed where MPlayer and OpenCV fail?

I have this MJPEG stream. When I open it with VLC or with Chrome, it works perfectly, and in both cases the stream starts instantly (or atleast within one second). However, with MPlayer, I get this ...
2
votes
1answer
129 views

Stream/record desktop, mic and system output

Im try to stream my desktop, and two audio: system output, and mic. Im using this command, but the audio from my system (hw:0,0) dont hear in output file... avconv \ -f alsa -i pulse \ -f alsa -i ...
1
vote
0answers
39 views

Access media/TV on a Windows Media Center PC from Ubuntu

Is it possible to access media/live or recorded TV on a PC running Win 7 shared via Windows Media Center from a Ubuntu machine (12.04)? I can access media stored to disk via the Workgroup shares but I ...
0
votes
3answers
880 views

How to stream video and music over LAN? [closed]

What I have: An old laptop with an external harddrive via USB A wireless router What I want to achieve: Stream video and music to PC Mac iPad Xbox360 (it's ok if it doesn't work with xbox360, ...
0
votes
1answer
460 views

windows media player doesn't play rtsp stream

I am trying to play RTSP stream with Windows Media Player. I succeeded to do this with VLC player, but WMP says that there is a network error. In network options of WMP all possible protocols are ...
1
vote
1answer
581 views

ffserver configuration to handle a large webm stream

I'm setting up an ffserver for CCTV streams with 16 cameras - all the individual channels are streaming well with a config like: <Feed 0.ffm> File /tmp/0.ffm FileMaxSize 5M ACL allow 10.1.2.2 ...
3
votes
1answer
172 views

How do you combine multiple ffserver streams into a grid in real time?

I'm trying to set up a CCTV system with ffmpeg/ffserver/zoneminder and want a nice looking 4x4 grid without all the Java applet borders and window dongles on it, just a full screen 4x4 grid. I've ...
2
votes
1answer
267 views

Setting up a multi media streaming linux server [closed]

I know this question has been asked countless times around the interwebz but I haven't found a solution that completely suits my needs yet. I want to build a Linux server (I'm pretty distro ...
1
vote
1answer
156 views

What to consider when putting a webcam outside?

For one of my websites, I need to install an outdoor webcam (located at a ski resort) to broadcast live images to the website. So my question is simple: what are the webcam characteristics required ...
-3
votes
1answer
33 views

What's a good Windows HTTP video streamer? [closed]

I'm in need of a good video streamer. VLC just doesn't cut it on my connection. Winamp doesn't even support streaming this codec. I'm trying to play a remote .avi file. At around 700mb over an hour, ...
2
votes
0answers
355 views

Streaming mp4 with ffmpeg

I need to create a feed that has two streams - webm and mp4 - so that it can be compatible on all HTML5 video players. The webm stream works perfectly. However, when trying to access the mp4 stream, ...
13
votes
2answers
601 views

If two devices are emitting a wifi signal in the same frequency at the same time and reach an antenna at the same time, how can the data not overlap?

I mean, I know each packet is sent with a MAC address, but what about streaming? What happen if while the router is receiving one packet, a packet from another device arrives? How can the router ...
1
vote
2answers
1k views

Media streaming on Windows Server 2012 Standard?

On Microsoft's customer operating systems suchs as 7 and 8, they have included an ability to allow other devices to view local content. It's under Network and Sharing Center. Windows Server editions ...
0
votes
2answers
61 views

Difficulty watching streaming video

I have Verizon FIOS and until a few days ago had no problems at all with its performance. Recently, I've noticed sporadic difficulty streaming on sites like youtube.com and twitch.tv and was hoping to ...
0
votes
0answers
13 views

analog video capture mac (webcam) [duplicate]

I have an old analog camera BNC any idea how I could connect the video to my macbook to be essentially a webcam for live streaming. my laptop is running OS X version 10.8.2
0
votes
0answers
7 views

High latency/ping to local gateway WHILE STREAMING [wireless] [duplicate]

Recently I've become fed up with my wireless internet and want to identify the problem. I don't have a patch cord yet to test a direct connection but so far every computer I've tested has reported ...
1
vote
2answers
223 views

How to install SSL for Darwin Streaming Server on OS X Mountain Lion?

I downloaded Darwin Streaming Server and while I'm installing I want to enable SSL, but this requires that I have a valid streaming server SSL certificate installed. How can I install an SSL ...
0
votes
0answers
290 views

How to use Darwin streaming server to stream over the internet?

How do you use Darwin streaming server to stream over the internet? I can only get it to stream over my home network with rtsp://{my ip adress}/sample_300kbit.mp4.
0
votes
1answer
163 views

Audio stream from PC without sound card to Iphone

I have pc without sound card (HP Proliant Microserver) and Iphone 4. They are connected by Wi-Fi. Can I stream audio from PC to Iphone somehow?
1
vote
2answers
107 views

Troubleshoot home network congestion

I have a home network consisting of 1 wireless router connected to the internet, and then a number of clients directly connected to it on both ethernet and wireless, as illustrated below: All ...

1 2 3 4 5 10