Live Streaming Audio From Remote Devices

Jan 11, 2011

We have a need to stream live audio from remote devices and be able to listen to it in a web page. I can stream stored audio files, but the live stream has me a bit confused, since we will be adding the data at runtime. Can someone point me in the right direction to show me how to do this?

View 1 Replies


Similar Messages:

Web Forms :: Live Audio / Video Streaming In An Website?

Sep 27, 2010

My project is to create a website that facilitates giving live lectures on intranet. Hence, the bandwidth is not an issue here.

Also, I have implemented some basic code of live streaming using windows media encoder SDK in a C# console application. I was able to view the streaming on another LAN PC in VLC player.

Now, how do I implement my code in the asp.net website? What I want is that in order to start the streaming (i.e., start the live lecture), the facutly just clicks on a button in a webpage. This will stream his movements to the students (via a server). Also, this will enable the facutly to view himself on the webpage.

Is this even possible? I mean it would be like : both the student and the faculty will access the same website. The interface to both of them will be different - one will start the stream and the other (student) will receive the stream.

Or will I have to create a different application to start the streaming? So it would be like the facutly will start that applicaiton to start the streaming and the students will access the stream throught the player embedded in the website.

Another question is : what player should I use to receive the stream (on the student side)? Windows Media Player (I heard that it has problems with firefox)? Or the ubiqutous flash plugin will succeed in capturing the media encoder stream?

View 1 Replies

Stream Live Audio Without Using A Streaming Media Server?

Mar 8, 2011

Is there a way, without using a streaming media server, to stream semi-live audio from an asp.net web app? We want to have a microphone located at a remote site, and stream the data to the client machine for listning. Maybe somehow dynamically build the wav data, or somehow implement this using playlists?

View 1 Replies

Web Forms :: How To Implement Live Audio And Video Streaming

May 7, 2015

I need to audio and video streaming option on my website, like registered user can upload the video through browser option and other users can view that video on website like youtube.

View 1 Replies

C# Audio And Visual Streaming Over A Network

Jan 13, 2011

Trying to find code to basically stream audio and visual streams over a network can't find proper examples to firmly get a good understanding of how best to approach the development. I've looked at direct sound and Direct X examples but nothing has been concrete enough. Trying to basically create a web page in C# that will be able to stream audio and visual to users.

View 2 Replies

Write .net Library For Audio - Video Streaming?

Jul 12, 2010

i have to write one .net library for audio/video streaming... how to write a .net library.

View 5 Replies

Live Streaming Broadcasts?

Dec 19, 2010

I would like to get some good ideas of how to stream a broadcast over my website. I have been researching my options for several days and have experimented with Silverlight. I don't think it will do what I am looking for though. I am developing a club website that runs off a spare desktop using IIS7 and Media Services. I could use expression encoder just fine and stream a live broadcast from my location. The problem is, I want a user on a different machine to be able to login from home and based on his provided role assignments click a button to begin a live stream and then click to end the stream. All the while, anonymous user are able to click on a seperate portion of the site to hear the "live" stream.

I consider myself to have intermediate skills using ASP.NET. The media piece has me lost though.

View 2 Replies

Display A Live Streaming Of A TV Channel?

Jan 12, 2011

I am going to develop a website in asp.net , in which i will have to display a live streaming of a TV channel.

View 2 Replies

Web Forms :: Website With Live Music Streaming

Dec 15, 2012

I want to create a website that streams live music, something like a radio, users go on to the website listen to the music, then can see what song is playing, and they can chat amoung them.Also that the person streaming the songs can as well have a speech in between the songs.i have been researching but couldnt find much information, most of the stuff i found out its very advanced, and i dont want to be copying someones code just for the sake of doing something. 

View 1 Replies

Show Live Streaming Football Match In Website?

Nov 11, 2010

site liek veetle, sopcast has alot of channel , but how can i filter it?

i'm doing a football fans site. i want to show almost all league

View 1 Replies

Stream Live Audio / Video On Churches Website?

Feb 15, 2010

I need the ability to stream live audio/video on my churches website. I have checked many sources online and cannot find anything that mathches my needs just right. I do not want a 3rd party software. I do not want to use the new silverlight 4 as i need to be able to deploy this now. I am on a shared hosting account so I do not have full access to the server. I know this limits the options greatly but I know there also has to be a way to do it.

Also the main need is to stream a single audio/video source but it would also be beneficial to have this a 2 way system for youth groups discussions. So the ability for the church to stream one video and the youth that are signed on can also stream there audio/video back so possibly a webcam chat type setup would be best.

View 4 Replies

Make Online Live Audio Stream, (like Radio)with Asp.net?

Oct 9, 2010

i am searching about how to make online live audio stream, (like radio),how to make this with asp.net?

View 3 Replies

Web Forms :: Play Audio From A Database Using Audio Or Flash Player

Mar 7, 2011

I am working on an ASP.NET Web application and I want it to have audio playback functionality. I can do is using directories. For example, using the ASP.NET Audio control like :- , is pretty easy and straight-forward and works accordingly. But, the trouble comes when I'm using a database and the control. I am totally new to data binding in ASP.NET. I don't like using JavaScript, but i am comfortable using it, but I would prefer C# solution (I know beggars can't be choosers).

I have a database containing only one table called tblAudio. This table has two fields only for the title of the audio file (type NVARCHAR(MAX)) and the field for the actual audio (type VAR BINARY(MAX)). I'm using Visual Studio 2010 Professional with SQL Server Express Edition. The table has a single record with the relevant data in their fields.

View 1 Replies

Which Method Alows The URL Of The Audio To Be Hidden When Others Embed The Audio ?

Dec 12, 2010

Adobe Flash or QuickTime..???

I assume Flash is not available via Ipads???

Which method alows the URL of the audio to be hidden when others embed the audio ?

View 4 Replies

C# - Build A Live Chat Connected With Windows Live Messenger?

Feb 26, 2011

Live Chat is a very famous tool on websites, and the operators use a special web/windows interface to talk to the clients.What I want to implement is to specify some email accounts, and when the client click's the live chat and starts typing, his/her instant messages are delivered to the available email account. My operators can talk back to them as if they are on their friends list.I don't need to require any login or registration for clients to use this Live Chat.So are there any ideas about how to implement such a thing? Are there any good third-party-modules that already do that?

View 4 Replies

HttpHandlers / Modules :: Generic Handler / Prevent Data From Being Written To Live Table Via The Live.aspx Page?

Jun 28, 2010

I am using a generic handler (indicator.ashx) to create a graphic that is overlayed from information from a table (called LIVE) from our SQL database. This is working very well and I am very happy with the results.

However I am having an undesirable issue where the query string that is used for this is also being accessed by another page (called ReceiveLive.aspx) which is populating our LIVE table with data when we don't want this. I have been able to track this issue down to our generic handler that seems to populate this table with data whenever the handler is accessed.

The query string that is used to access our graphic through our generic handler is
http://mydomain.com/indicator.ashx?ID=ABC001.

Our other page that writes data to our LIVE database used the query string
http://mydomain.com/live.aspx?ID=ABC001 which is normally only accessed by a small piece of software that sits on the users PC and sends the data when necessary.

My question is this: How do I prevent data from being written to our LIVE table via the Live.aspx page everytime a query string is processed by my indicator.ashx is accessed?

View 10 Replies

Security :: Windows Live Delegate Authentication And Emails / Access Emails (New, Read, Unread Etc) from Live Account?

Mar 21, 2011

I am able to get a token with Windows Live Delegate Authentication samples provided by Microsoft.

Now I want to access emails (New, Read, Unread etc) from live account. How can I achieve it with the help of Windows Live Delegate Authentication? Are there any examples for the same?

The Samples given by Microsoft are not related to emails.

View 2 Replies

How To Get The Screen Resolution Of Android Devices In C#

Oct 20, 2010

I'm creating a optimized web page for mobile devices with C#. Is there a way to offer a page for larger screens and one for smaller screens on android devices? With Apple i can differentiate between iPad and iPhone, but how can I do this with the galaxy tab or a regular android phone?I don't want to use any javascript in this case.

View 3 Replies

Writing To External Devices - Code?

Jan 23, 2010

i have to select some audio or video files and write to some cd or dvd . is it posible to do this in asp.net

View 7 Replies

Mobiles :: Prevent Caching In Devices

Oct 29, 2010

I am devloping ASPX pages and I want to prevent caching of pages. So i have used the following code:

<% @OutputCache Location = "None" Duration="1" VaryByParam="none" %>

But this code is working only for the desktop browsers. This is not working in mobile browsers.

View 2 Replies

Mobiles :: Web Applications To Support Devices As Well

Apr 22, 2010

I am wanting to design a web application (ASP.NET with vs 2010 and the 4 framework) that should work on mobile devices web browsers as well. Do I have to write 2 seperate web UI's or can I write 1, that is styled differently for desktop browsing vs mobile browsing? I am new to trying to develope for a mobile device, and a push in the right direction would be a big help. I have googled but must not be using the right terms as what I get is not very good.

View 4 Replies

Mobiles :: Runtime Development For All Devices?

Aug 17, 2010

I am planning to implement a runtime or Environment . which allow any Mobile application to run on top of IT.

View 3 Replies

Mobiles :: Create Applications For Android And WM6 Devices?

Oct 21, 2010

I currently use VS2008 and VS2010 for web applications and would like to start looking at creating apps for both OS'sMajority of the apps will be for myself and wifes phone, so want to play around with what can be done.

View 3 Replies

Mobiles :: To Truncate Existing Website For Use With Devices

Feb 7, 2010

I would like to truncate my existing website for use with mobile devices specifically the iphone. how might I accomplish this? Are there MS tools or methodolgies for truncating my site without building a new website from scratch?

View 2 Replies

AJAX :: Toolkit Works On Mobile Devices?

Aug 10, 2010

I was wondering if the AjaxToolkit works on mobile devices?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved