Click here to Skip to main content
15,891,725 members
Everything / Streaming

Streaming

streaming

Great Reads

by Andrew Kirillov
The article describes cam2web project - an open source application aimed for streaming cameras as MJPEG streams.
by Sergiy Bogdancev
Understanding streaming data
by D Sarthi Maheshwari
Discussing about streams... about streaming... about functional streaming... and nothing else

Latest Articles

by Han Bo Sun
How to stream a large file and support byte range seeking using Spring Boot
by honey the codewitch
Explore some streaming techniques while getting your shiny new ESP32S3 to do some USB and MIDI tricks
by Sander Rossel
How to write a Python app to ingest weather data into Azure using an Azure Event Hub

All Articles

Sort by Updated

Streaming 

10 Jun 2013 by _Amy
Please refer the links below:how to stream IP camera live on web page?[^]ASP.Net Live streaming IP camera video and audio[^]How can I stream webcam video with C#?[^]Streaming over HTTP with JavaScript: AJAX video player[^]Webcam Motion Detection: Using the BitmapData API in Flash 8...
12 Oct 2014 by _Maxxx_
Try searching here[^]
7 Oct 2014 by aadityatiwari
I have a question on how to stream large MTOM attachment response at the client side from memory to an Oracle database without any temporary disk usage.I already have a working implementation which does following things in sequence:1) Parsing of entire MTOM response (used xercesImpl to...
21 Sep 2012 by Abhishek Nandgaonkar
My application has two parts; a server and multiple clients. This project has its implementation both on Windows(Swing) and Android.The Server sends a song which a client receives and starts playing; more like we watch videos on YouTube; streaming.Sending data in chunks and receiving the...
25 Dec 2019 by Alexander Iacobciuc
In this article you will find an implementation of a stream player control.
13 Feb 2017 by Amayabay
In this article we explain how YouTube Live broadcasts work, and show how anyone with just basic JavaScript knowledge can come up with a YouTube Live broadcast from an HTML page using the WebRTC technology.
16 Jan 2014 by Amol Salunkhe
I am creating application for video capturing. But I want live streaming video capturing which can be displayed on website or other windows phone at the time of capturing video. Or Save the video file on server after every 30 sec while capturing the video.
29 Aug 2017 by Andrew Kirillov
The article describes cam2web project - an open source application aimed for streaming cameras as MJPEG streams.
15 Oct 2011 by André Kraak
Have a look at this Developing a Video Chat Application with high quality video streaming[^].
16 Feb 2016 by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
21 Jan 2015 by Anoop M Jack
If you are using an ipweb camera you can stream and view the vedio in android using webview..Click me
1 Dec 2014 by AnveshP
Hey Guys,I just got new project of creating live audio streaming service, in that we have to write constant stream of audio to some service like radio and at the other hand we have to read that stream in HTML 5 player / iPhone / Android apps. I did some research for creating live streaming...
24 Oct 2013 by arielb
I've overriden a Stream, and returned it from server to client,i've been trying all kind of configuration, but i saw that no matter what, the array is always 65536 sized in the Readpublic override int Read(byte[] array, int offset, int count)tried to change all kind of...
16 Dec 2018 by bamshad1986
Hello, I have installed xampp on my Lubuntu machine to make a website for video streaming. I know how to present the videos using video tag in html but, I want it to be a live video streaming website. To make it clear, it should be like a live program in a tv Chanel and NOT like youtube. What...
22 Oct 2014 by BillWoodruff
Using Google to search for C#/.Net error messages really does work: look at the top two results for these searches: [^], [^].Very specific issues with specialized, widely-used, 3rd. party .NET tools/libraries are often best asked/answered on the company/open-source-group's Forum, if they...
7 Jun 2019 by Bjørn
On-the-fly streaming multiple files or directories in a ZIP file without a temp file
25 Oct 2011 by BobJanova
NetworkStreams don't guarantee that one send = one receive. So you either need to add a delimiter which marks the end of a message, and buffer results until you reach it (ReadLine is doing this for you automatically), or you need to send a message header which includes the message length before...
16 May 2014 by CHill60
Google is your friend.These results for...
7 Feb 2012 by Christian Graus
First google hit[^]. It seems you're using this control already, so, where is the issue ?
18 Jun 2013 by Christian Graus
This[^] took two seconds with google.
5 Nov 2014 by Christoph Buenger, DaSpors
How to build an audio streaming box with a Raspberry Pi micro computer that streams online audio streams or local audio files to your audio system/speakers
31 Aug 2016 by Codes DeCodes
My client wants video live streaming in my software. The detail goes like this..Client has his factory in site A and his office is in site B. Now he wants the activities of site A to be monitored from site B via video. This is the feature to be added in the software. Actually, client wants...
10 Jan 2012 by CodyDaemon
I few things which should help on the speed front...Open the file and keep it open, and just write data to it as it comes in, and then close the file when the program exits. Open and closing files for each packet is just overhead which can easily removed.Why are you writing each 'int' by...
13 Dec 2018 by CPallini
Quote: Example 1: If you need to know information about the next line(s) or previous line(s) to decide how to process the current line. Example 2: The current line indicates you have read too far and you must send it to a different context of your parser. Both of such problems are usually...
26 Apr 2012 by cpquest
Hi all,I am developing a CHAT application is there is any WCF Article that describs the the development of basic or advanced WCF File Transfer service.
1 May 2012 by cpquest
Hi,and also the following link is very simple File transferFile Transfer using WCF and Socket[^]
8 Jun 2020 by D Sarthi Maheshwari
Discussing about streams... about streaming... about functional streaming... and nothing else
11 Mar 2019 by D Sarthi Maheshwari
Discussing about streams... about streaming... about functional streaming... and nothing else.
4 Jun 2013 by Dave Kreskowiak
No, there isn't. Any attempt to do so is a violation of YouTubes Terms Of Service. You'll get a "nice" letter from their lawyers telling you to cease and desist.Once uploaded, the content belongs to YouTube. They have sole rights for distribution in any form and require their permission...
20 Jun 2013 by Dave Kreskowiak
Everything you linked to concerns itself with encrypting/decrypting files, which must be written to other files and MediaPlayer won't play content from a buffer of your choosing in memory.To do this without using an unencrypted file or custom media server, you'd be writing a codec to do the...
7 May 2014 by Dave Kreskowiak
You do this by writing an entire media server. This is not code you put into your website code."How to write a media server"[^]
2 Apr 2024 by Dave Kreskowiak
You posted this in a public forum with over 15 million users. The chances of Ragheed stumbling across this post is close to zero. If this is concerning an article he posted, there is a forum at the bottom of that article. Ask your question...
9 Aug 2014 by DevX007
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥~Watch NFL Live http://live-tvstreaming.com/nf ~♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥~Watch NFL Live http://live-tvstreaming.com/nf ~♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥~Watch NFL Live http://live-tvstreaming.com/nf ~♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥~Watch NFL Live...
11 Sep 2012 by Dhol Gaurav
Hello All,I am developing one application, that application help us to stream many things like audio files & video files & user desktop & selected part of windows.I got success into audio and video files streaming, but i am not able to got success into desktop streaming, I done goggling...
6 Jan 2012 by donaldrichardson
Silverlight has no direct access to the users machine like your example to the "E" drive. If you want to store on the machine look at something called isolated storage within the silverlight paradigm.Its a small amount of space accessible by silverlight code.
27 Nov 2011 by emanuelx
I'm good people to do a player but that does not use windows mediaplayer thenchose to directshow.but the program also reads files from the netfor example this video filehttp://dl.dropbox.com/u/22494369/David%20Guetta%20feat.%20Sia%20-%20Titanium.mp4[^]but if for example you have...
4 Oct 2011 by ExoticmE
Hello.I'm trying to figure out how to stream audio into the web like Internet radios do.For example http://frod.io:8000/station-128 returns an mp3 file that has current audio stream in it.I'm trying to achieve the same result, but I can't seem to find the way they do it.Can someone...
11 Aug 2021 by Eyadox
I wrote code using Aforge to capture the Video from the camera and its working fine. My problem is when I just start the Camera in the preview mode only without recording, the camera (preview window) freezes after 15 or 20 seconds. Then I noticed...
11 Jul 2019 by F-ES Sitecore
What you're doing is almost certainly illegal so it's unlikely anyone will be willing to help.
2 Nov 2013 by Fady Khafagy
I have an ip camera with username & password authentication i need to get live stream from it using asp.net plz help me?
15 May 2017 by Fahad Iftikhar
i'm using stream reading and writing for file handling in c#. but getting this error. Paste code snippet here What I have tried: i have used stream.close() everywhere where i have used streaming in my whole program's functions of classes.
20 Oct 2014 by FaizanMubasher
Hi,How to Stream video files in ASP.NET WebForms.I have .flv video in my resources directory and I want to stream it on WebForm.Any step by step tutorial, link or article will be helpful.Note that I do not want video downloadable at client side.Thank You!
27 Oct 2014 by FaizanMubasher
I have converted my Video file into stream and ran the video in browser using HTML5 Video tag.Here is code behind file code: StreamVideo.aspx.vbImports System.IOPublic Class StreamVideo Inherits System.Web.UI.PageProtected Sub Page_Load(ByVal sender As Object, ByVal e As...
16 Jan 2015 by Ferz Franco
I'm using the .NET System.IO.Ports.SerialPort using the BaseStream as suggested in this post If you must use NET SerialPortBut when I try to close the port or the baseStream, an...
7 Oct 2013 by Flavio Regosa
Hi all.I need some help.I would like to know how to view or capture a live streaming like earthcam in directshow or c#. Can you help me, please?Thank you in advance.
10 Jan 2012 by GabeA
I am currently working on a program that receives UDP packets of size 1460 bytes per packet and continuously streams the bytes to the hard drive of my PC. Currently, my program can only receive and stream 84 packets before data loss occurs. I need my program to be realtime with a fast sampling...
21 Sep 2020 by Gagandeep1996
I want to send receive a audio stream on my pc and put that data into windows virtual mic. Basically I want replicate WO MIC's application stack but I want to understand every single part of the design. What I have tried: I have built the...
22 Apr 2015 by Ganesh Shrestha
i want to capture audio from the mic and then send the date to wcf service. Also when audio is capturedthe audio, at the same time publish it into the wcf service so that the client could get the live audio.Using the NAudio project i was able to capture the byte array, now i want that byte...
16 Mar 2015 by Giggione L'Americano
I need of take a snapshot or capture a frame of a live video streaming such as UstreamI have embed ustream live channel in my website and i want that users clicking a button take a photo of streamingI have found this code...
8 Aug 2013 by GokulKalal
Hello guys,I Am using Telit GL-865 GSM/GPRS. How do I upload continuous data that is coming from serial port onto database using HTTP POST request. I am successful in uploading data, But I am successful in uploading data but only for 14 times. if I press A and send it from hyperterminal 30...
16 Mar 2020 by Greg Utas
Like Richard said, the topic is too broad. Although I favor C++ for what I do, the language that you choose for this isn't that important compared to what are far higher-level design issues. For example, even at a lower level you might decide to...
3 Nov 2014 by H.E.P.A.
This video demonstrates exactly what you need: how to stream the image of USB webcams (and IP cameras as well) to website in C#[^]. The following code snippet shows how to connect to your USB webcam and display its image:private void ConnectUSBCamera_Click(object sender, RoutedEventArgs...
12 Sep 2022 by Han Bo Sun
How to stream a large file and support byte range seeking using Spring Boot
23 Aug 2020 by Hank Williams
Have you tried using the Aforge VideoSourcePlayer control instead of the picturebox control? I think the VideoSourcePlayer control is more suited to your needs.
11 Dec 2011 by hariharansa
hi , I am trying to capture video from my web cam using opencv libraries and save it in .avi containers. I would like to know some good streaming libraries to stream the video over network using RTP on UDP. I searched for and found many of them like ffmpeg,all of them are compatible with...
12 Apr 2018 by Harry Truman
Screencasting (demo screen, screensharing) already works in Google Chrome. The technology allows capturing a window of the browser itself as well as windows of other applicaitons. For example, you can capture Firefox running in a separate window.
12 Jun 2012 by HenkeQuest
Hi all!This is my first question here so you know. I'm having some problems with creating my own Smooth Streaming Player.I received the standard code from my client but the standard player is not god for this type. The problem is that the buttons must be invisible and a mouseover...
5 Jun 2017 by Hexagony
Hi fenilsuthar, I've found recently an RTSP solution for all browsers from the same VXG guys - VXG Cloud Player. It has more complex integration, but I've tried their package and it really works.
2 Aug 2013 by Hitesh K Gupta
I am working on a live streaming project. In that we need to show live scenes on local screens along with broadcasting. But for this, use of encoded stream is not a good choice as encoded stream has delay which can not be use as live feed. So I got an idea to create an archive file during...
20 Jun 2013 by Hitesh Rohilla
I am trying to implement a windows form application in C# and most of stuff available online... but can someone tell how to implement below mentioned process - 2 for video file Decryption and stream directly to media player without saving file to disk.PROCESSPROCESS - 1 Video Encryption...
3 May 2018 by Hitesh Rohilla
I am not a pro in FFMPEG but since working on it on non-frequent bases I tried to search for the solution but didn't get one However, I get one for RTSP FFMPEG -rtsp_transport tcp -i "rtsp://://" -f mpegts -codec:v mpeg1video -b:v 800k -r 30 - But my streaming is...
22 Dec 2020 by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
9 May 2022 by honey the codewitch
Explore some streaming techniques while getting your shiny new ESP32S3 to do some USB and MIDI tricks
13 Dec 2018 by HS_C_Student
It's pretty common that I will use fgets() in a loop to iterate through the lines of a file and process them. Normally it works well but in some cases it sucks. Example 1: If you need to know information about the next line(s) or previous line(s) to decide how to process the current line. ...
11 Jul 2019 by Huzaifa HK
In Simple, Server has a TV Tuner Card and want to stream any live TV channel over HTTP. Client will use the HTML5 Video object to view the Live Channel. In Other word. I want to broadcast live cricket match on my website. I want this to be done in C#. What I have tried: I have Tried Ozeki...
10 Nov 2013 by ibradleyallen
hiim trying to work with video and get access to the streaming data such that i could put a timestamp on about 10 sec of videoi have access to a cheap usb webcam, and at least one iP based camera, i think it streams jpeg and mpegthe goal is to have video coming across and being...
3 Feb 2012 by Ido Flatow
Improved streaming in IIS hosting
25 Oct 2011 by Jackie00100
hi im working on a simple IM chat messenger and every thing works fine as long as i sends a "controlled" amount of lines to the server but what i want is to let the user be able from the chat window to send multiple lines. at the moment im using readlines because i cant get .read or .write to...
17 Oct 2011 by Jackie0100
Hi every onethanks for all yours help in the past but yet again i need some help.as i've before have posted about here am i making a IM-chat server and chat client and i now want to add webcam/video/voice chat to my application now.i've already found a way to add webcam capture by...
17 Jun 2014 by Jafarinejadvazifehkhorani
the explanation is not enough but I hope the following link could be helpful for youlive video streaming in asp.net using c#[^]
25 Sep 2017 by Jaydeep Shah
i am using webrtc for making video call. i got this error when i click on videocall button.. Quote: XMLHttpRequest cannot load https://lifesathi.rocket.chat/socket.io/?EIO=3&transport=polling&t=1506336283797-27. No 'Access-Control-Allow-Origin' header is present on the requested resource....
11 Sep 2012 by JF2015
You may use the VNCSharp tool:http://cdot.senecac.on.ca/projects/vncsharp/[^]You just need to run a VNC Server on the PC and using this toolkit you are able to stream the desktop to any other PC
29 Mar 2012 by jim lahey
The problem lies with the fact that we're self-hosting the services with the hostservice calling:host.AddDefaultEndpoints();We were stupidly calling the service with the baseAddress:http://localhost:8080/Datashop/Documents/instead...
26 Apr 2012 by jim lahey
1st two pages when I search google for "wcf streaming":http://msdn.microsoft.com/en-us/library/ms731913.aspx[^]http://msdn.microsoft.com/en-us/library/ms789010.aspx[^]Used this as a reference for a document transfer service, works very well.
4 May 2023 by jim lahey
Hello everyone,I'm facing a configuration issue concerning my WCF Streaming service. I've got a Windows service that self-hosts 3 WCF Services, one of which handles the uploading and downloading of binary content using Streams. The documentation around states that you have to set...
3 Dec 2015 by joemtz88
I'm having problems trying to show wmv files in a windows media player object on a vb.net web form.The wmv are located in a virtual directory and I simply can't show them on the wmp object. I tested if the paths where well constructed and copied and pasted them in the browser and it started...
1 Dec 2014 by Joezer BH
I'd say, start Here[^] - its a W3Schools - html5 audio tag tutorial, then see this[^] about the source tag.You can also check out the Buzz - A Javascript HTML5 Audio libraryCheers, C
19 Mar 2012 by Julien Villers
Silverlight in 'normal mode' has no access to the local filesystem. Silverlight 5 using elevated priviledges has full access to the file system (but some .NET parts are still missing, like DriveInfo).So if you really want to have this kind of direct access, you'll need to enable elevated...
11 Jul 2017 by KarstenK
Why are you sending TCP and receiving UDP packets??? Use TCP alsp on the receiver side. You should use the Image.Save() with a parameter to enforce jpeg. image.Save(path, ImageFormat.Jpeg); Else check for other problems, like the transmitted data and its size.
23 Oct 2017 by KarstenK
COM is weired, but the errors are helping you. Your message means that the input pointer is invalid or not correct for the desired action. Are you sure, that all calls before are OK. I dont like the line hr = pGraph->AddFilter(peconsCX3RDKwithOV5640,"e-con's CX3 RDK with OV5640"); And split...
13 Dec 2018 by KarstenK
When it is the work of the app to parse the complete file it should be no problem. Test it. At best you use some standard containers like int this file reading example code.
11 Sep 2012 by Kenneth Haugland
THis looked rather promising:http://blog.bobcravens.com/2009/04/create-a-remote-desktop-viewer-using-c-and-wcf/[^]
22 Sep 2014 by keoStrife
Thanks in advanced!!!I want to check for users' subscription before allow them to see the video, for this reason I use PHP to interact with Stripe to check for user's subscription, and than used PHP script to serve MP4 to browserIt works fine the first time a video is played in Google...
23 May 2014 by KingArun135
How To Store And Reterive image into database using Streaming Concept in WCF Service ? i also using json,javascriptand ajax call in my application.
18 Jun 2013 by Kirit Patel
Hi, all I am publisher , I want to know how to make simple youtube video playing android app(direct from URL). If anybody can provide sourcecode and sample apk file,then it will be very helpful to me and my dev.Thanks.You all are awesome.
30 Jan 2014 by kishore sharma
Hello every one,I need to implement video streaming where user can take part of video playing and save the clip.ex. consider video is playing of duration 10 min and want to take part of that from 3rd min to 8th min. and save only that part of video as different file.thanksEdit...
25 Sep 2017 by Kornfeld Eliyahu Peter
There are certain ways one can protect his own... in this case, 'lifesathi.rocket.chat' not wish to share what it has, so it forbids to load the specified resource... If both sites are yours, you can easily add the missing header to allow access, otherwise you have to contact the owner and ask...
12 Oct 2015 by Krunal Rohit
User and provide your video URL as src. See this : W3C[^]-KR
21 Aug 2013 by Lieven Samijn
I'm looking for a dll or ocx for vb.net application that can take a frame from a rtsp stream and save it into a picturebox.My application will need to run on ubuntu with mono. All proposals are welcome since i'm looking for this for weeks.The rtsp streams are comming from ip cameras like...
19 Jun 2021 by Lolou.
I want to be able to use a windows / linux application directly in the browser like on turbo.net I tried a lot of things but I can't make the process automatic... It would be necessary for a virtual machine to launch on my server and for the...
21 Sep 2013 by loveleen9017
hi i am new to video streaming. Is it possible to trace the timestamp of a particular advertisement fragment in live video streaming? Is there any tool to achieve it? If yes, how to integrate that tool with dot net application?Can anyone suggest me anything to achieve it ASAP?
3 Feb 2019 by Maciej Los
As far as i know OBS software is used for screen recording... So, all you need to do is to find software, which can: - convert images (ading effects), - display images from source folder in full-screen mode, - create slide show (in a specific amount of time) - etc. I'd recommend to use...
4 May 2012 by magic.on
Can you stream you webcam live for an ANDROID application?Question asked because phones have bandwidth smaller than PCs.
2 Jun 2012 by magic.on
VLC steams with RTSP, check some sites on google "stream webcam vlc"
6 Jun 2012 by magic.on
It can be done, I've succeded but using vlc not programs, and on the phone side with the media player used in api demosThe speed is quite low even in wifi but I realy don't care, just want to use video not pictures
20 Aug 2014 by magic.on
Hello, I've successfully streamed my webcam to my android phone using libraries in nVLC on this site.Problem is that i could only have stream it inside my own network (under wifi).Best regards,Gabriel