Is it correct that in WCF, I cannot have a service write to a stream that is received by the client?
Streaming is supported in WCF for requests, responses, or both.
I would like to support a scenario where the data generator (either the client in case of streamed request, or the server in case of streamed response) can Write on the st...
Hi,
i have to implement flash streaming for the relaunch of our video-on-demand system but either because i haven't worked with flash-related systems before or because i'm too stupid i cannot get the system to work as it has to.
We need:
Per file & user access control with checks on a WebService every minute
if the lease time ran out ...
So I know there are lot of wrapers of libVLC.dll . But I just do not know what one is ready to do what I need...
What I need is simple...
in my C# programm I create some bitmap (once or twice per second)...
I now want to stream bitmaps live as video (in some format VLC can to offer me) to some http:localhost:port/ using VLC...
How t...
First I need to state that I am not the developer so I will state the issue in business terms but please respond with a technical solution as I will be passing on your posts to the developer. We are building a web based application in SilverLight and WPF that consists of communication between a customer service rep and a customer. The ap...
Is it possible to play a shoutcast/icecast stream using HTML5?
If so, how should I implement it?
...
Hi all,
I have a bunch of flash videos that I need to watermark with user related information, to make illegal re-distribution of these files harder.
I'm wondering how can this be done server-side. If done client-side, it will be quite easy for the user to intercept the videos before they are watermarked.
Since the watermark should co...
We would like to set-up a live video-chat web site and are looking for basic architectural advice and/or a recomendation for a particular framework to use. Here are the basic features of the site:
Most streams will be broadcast live from a single person with a web cam, etc., and viewed by typically 1-10 people, although there could be...
Where I can read documentation on how to implement mkv (containing h.264) video streaming in silverlight (any version). Or of a player that already does this? I can't find any information about it, just some blog posts where people claimed to have done it.
...
Hi, I'd like to extract the info string from an internet radio streamed over HTTP. By info string I mean the short note about the currently played song, band name etc.
Preferably I'd like to do it in python. So far I've tried opening a socket but from there I got a bunch of binary data that I could not parse...
thanks for any hints
...
I have a SL4 project that is successfully streaming a great sounding WMA audio stream from a remote location. All of the MediaElement actions are straight forward.
What I want to do is read the attributes that are passed as text along with the Audio stream. For instance the encoder of the stream embeds the title of the stream, the tit...
I have a Stream object that occasionally gets some data on it, but at unpredictable intervals. Messages that appear on the Stream are well-defined and declare the size of their payload in advance (the size is a 16-bit integer contained in the first two bytes of each message).
I'd like to have a StreamWatcher class which detects when the...
I'm in startup of designing a client/server audio system which can stream audio arbitrarily over a network. One central server pumps out an audio stream and x number of clients receives the audio data and plays it. So far no magic needed and I have even got this scenario to work with VLC media player out of the box.
However, the tricky ...
Hi,
I'm using the plaympeg.c (modified) code of smpeg as a media player. I've got ffserver running as a streaming server. I'm a streaming an mp3 file over http. But when I run plaympeg.c, it plays the streamed file only for a second. When I run plaympeg again, it starts off from where it left and plays for 1 second.
I've tested it out...
Hi,
I've set up FFserver as the streaming server.
I'm trying to feed in an mpeg file. But it comes up with a segmentation fault. Does anyone know how to fix this?
The following is the command-line output I get
$ ./ffmpeg -i test1.mpg http://localhost:8090/feed1.ffm
FFmpeg version SVN-r22945, Copyright (c) 2000-2010 the FFmpeg d...
Hopefully someone can help me out with this.
I'm playing around with a node.js server that streams audio to a client, and I want to create an HTML5 player. Right now, I'm streaming the code from node using chunked encoding, and if you go directly to the URL, it works great.
What I'd like to do is embed this using the HTML5 <audio> tag,...
Hello!
I found on the web few samples on tracking RTMP (Real Time Messaging Protocol) with Wireshark, but it doesn't work for me. All RTMPT packets rendered as basic TCP packet like this:
149 14.324999 85.115.xxx.xxx 192.168.1.20 TCP macromedia-fcs > 54557 [ACK] Seq=1 Ack=1452 Win=69 Len=0
I'm using Wireshark 1.2.8 with all prot...
Hi,
I know how to keep a connection indifinetely open server side to stream continuously data to javascript.
BUT
I do not know how to send data reusing the same TCP from browser to server.
so there is not the 3 way handshake and only 2 tcp packets.
I know it is possible but I do not how to do it : use xmlhttprequest? or script tag ajax ...
how do I loop through, line by line, the contexts from a textarea in asp.net?
streamreader and stream both don't accept a string.
...
I'm starting a blog with a hosted wordpress instance and i would like to be able to stream music using a flash player on some posts.
The problem is that every player i find uses a simple param to get the file url which makes it very easy for someone to find that url and just download the file.
I know that it's probably impossible to pr...
I thought MVC was supposed to make all this easier but I'm trying various ways and getting issues.
If I try the accepted answer for this question (changing the content type accordingly)... http://stackoverflow.com/questions/1375486/how-to-create-file-and-return-it-via-fileresult-in-asp-net-mvc
...I get into trouble because my encoding ...