Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
59 views

Does socket.io broadcast to subscribers only?

Please examine the server-side code below. Assuming that data.id is abc77 at some instant, will every connected browser receive a socket message 'my_model/abc77:update', or only the ones that have ...
3
votes
2answers
2k views

How to implement live video broadcasting in C#?

I want to plug a live video broadcasting facility to a website. I'm planning to use silverlight and C# but I'm very newbie in this topic. What is the best way to do this? Thanks in advance. ...
2
votes
3answers
77 views

MulticastSocket vs. DatagramSocket in Broadcasting to Multiple Clients

Which would be a faster/more efficient implementation when one server is broadcasting to multiple clients: MulticastSocket or DatagramSocket? Please discuss an explanation too, thank you! The ...
2
votes
2answers
178 views

Audio Broadcasting

I want to do an i-phone application for broadcast audio LIVE over the internet..Anyone please guide me...
2
votes
5answers
429 views

Broadcasting

Could anyone please provide me with the code or link to send and receive broadcast messages if possible using UDP? I have been stuck in a problem and hope if u guys could help me resolve it. Thanks
1
vote
1answer
80 views

Cell Broadcasting in iPhone

Does iOS 5 onwards support Cell Broadcast messaging, and can we access the messages? We want our application to receive messages through Cell Broadcast technology, so we need to be able to read those ...
1
vote
1answer
49 views

Qt Mobile broadcasting (DVB-H) API

I want to create a Qt program that uses the DVB-H headset to watch and record programs. I know there is already such a program on the Nokia store but it doesn't work with latest headset. I have ...
1
vote
1answer
35 views

Use of Broadcasting and Multicasting in IPTV

I need some text about use of Broadcasting in IPTV, I have lots of text about Multicasting in IPTV in some PDF's, but nothing about Broadcasting. Please help!
1
vote
2answers
187 views

UDP broadcast on Java doesn't work

I'm trying to send a UDP broadcast on IP address "255.255.255.255" for device discovery in my network. The program executes, but I don't see anything in Wireshark. when I'm changing the IP address to ...
1
vote
0answers
119 views

J2ME bluetooth piconet broadcast data

Refer to my question in Android Bluetooth Piconet Broadcast data I know that android question regarding to piconet is already answered. Now i've done some research regarding to bluetooth broadcasting ...
1
vote
3answers
292 views

How to broadcast in java network

Its my first time programing network in java. I was looking for a way to send to somehow broadcast to all nodes in the whole networking. To let them know of my existence. I'm trying to make a ...
1
vote
0answers
268 views

Setting up webcam streaming on Amazon EC2 w/ Ubuntu & Wowza

I've been trying for a long time now, to figure out how to set up an application on Wowza that accepts webcam streams (Flash) and broadcast these streams online for many people to connect/see. Is ...
1
vote
0answers
166 views

DVB-CSA-1 vs DVB-CSA-2

I need some help from mpeg2-ts DVB and broadcasting experts. Can someone tell me what is the difference between those algorithms in common.
1
vote
1answer
336 views

ZeroMQ to broadcast messages without centralized forwarder

Is there a way of broadcasting messages in ZeroMQ without a centralized forwarder? The forwarder seems to me like a single point of failure.
1
vote
1answer
66 views

Testing Broadcasting and receiving messages

Guys am having some difficulty figuring this out: I am trying to test whether the code(in c#) to broadcast a message and receiving the message works: The code to send the datagram(in this case its ...
1
vote
1answer
171 views

Receiving datagrams sent as a broadcast message by a remote host

I need to receive datagrams that are sent as a broadcast message by remote host connected on the same lan. I am using UDPClient but have no idea which method to use.There is a method ...
0
votes
0answers
9 views

Ethernet not getting braodcast packets

I'm working on 2.6.15 kernel running on a cisco IPTV. When the box is coming up, the DHCP client hangs up. The reason for this is that the DHCP client does not get fetch the broadcasted DHCP offer ...
0
votes
1answer
20 views

Broadcasting Messages at High Frequency. Using HTTP POST or something else?

We're looking at speccing out a system which broadcasts small amounts of frequently changing data (using JSON or XML or something) to multiple recipients at a reasonably high frequency (our updates ...
0
votes
1answer
93 views

AlarmManager object after turning off and on the phone

In my app, I set an alarm AlarmManager alarmMgr = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE); ... PendingIntent pendingIntent = PendingIntent.getBroadcast(context, id, intent, ...
0
votes
2answers
48 views

Broadcast on service start?

Does android send any kind of broadcast when a new service is started/restarted. underlying reason is i'd like to catch whenever a background service is starting without my knowledge. any answer to ...
0
votes
0answers
21 views

Digital media and broadcasting Technology

With Today's DTV the unchallenged people(people with dim vision) can able to access the tv with the voice recognition system (flite library provides this,etc). Integration of social websites in TV is ...
0
votes
1answer
178 views

Developing an email client app on android

I am trying to develop a small application for sending and receiving emails on the Android plataform. Currently i have been using the Javamail api trying to send an email. However i thought that if i ...
0
votes
0answers
17 views

video broadcasting service sites offering api to query for information?

First of all, sorry for the question topic, I think it is not the best, but didn't really know what to put there. In the other hand, I have finally decided I will go for a video broadcasting service ...
0
votes
1answer
34 views

anybody tell me how to receive an intent sent by any other activity on the device to send sms

Can anybody tell me how to receive an intent sent by any other activity on the device to send sms: Intent intent = new Intent(Intent.ACTION_VIEW, uri ); want to build an SMS sending app
0
votes
0answers
126 views

Broadcasting message from server to multiple client using c#

Senario: Want to braodcast message to multiple clients from server. Need: I have a server and multiple clients connected to that server. If Admin want to update server then server will broadcast ...
0
votes
1answer
148 views

2 way udp broadcast problem, borland turbo C++

i am trying to do a 2 way broadcast system on 2 computers. Its my first time doing network programming and in c++. lets say i have computer A and computer B, 2 sockets declared each, sockets sd and ...
0
votes
1answer
125 views

Live audio feed in HTML 5

I am trying to make way to broadcast live audio feeds in HTML 5 compatible means. I don't want many advance features and all. But however I am looking for everything to be Open source. Can any one ...
0
votes
0answers
28 views

Send “storage mounted” broadcast

Is there a way I can send storage mounted broadcast on rooted android phone?
0
votes
1answer
246 views

Issue with broadcasting via a DatagramSocket

I have an issue with broadcasting Datagram packets from one Android phone to the next. I have set up my application to be able to use 2 different Datagram Sockets. This all works well, and I am able ...
0
votes
1answer
117 views

broadcasting a show on a website

i need to broadcast one live event on a website. input: 1 live signal output: put it on web question: is it possible to input that signal onto my PC and use flash tools to encode and broadcast from ...
0
votes
0answers
181 views

multiple Socket Connection Android

I am trying to create three different socket connections from my Tab to three different devices using WIFI. I have used three threads which takes care of creating three socket connections with the ...
0
votes
2answers
208 views

Costs of a new thread versus cross-thread marshalling

So, i have a situation where an event occurs and i need to then 'broadcast' that to several subscribed 'listeners'. My current design is a loop for each subscriber and works serially, notifying each ...
0
votes
1answer
707 views

Does iPhone supports multicasting and broadcasting?

Does iPhone supports multicasting and broadcasting? iPhone is the client and i have server running desktop (Mac/Windows) machine. Since the Windows does not mandatorily supports Bonjour, I ll have to ...
0
votes
2answers
785 views

Broadcast live video from web-cam via plug-in

Could you please suggest me what kind of software should I use to broadcast live video from webcam? Web-cam is connected via USB to my server. I want to broadcast video from my webcam on my web-page ...
0
votes
2answers
522 views

Broadcast Audio to web site

I am looking for learning materials , examples , learning what I need to broadcast from a pub Audio Broadcast directly to Web site.
0
votes
1answer
191 views

sending and receiving broadcast messages

Guys I need some help here.. I am doing a project in c# where the data needs to be sent as a datagram and receive data too which is broadcast. The following is the code: public void ...
0
votes
2answers
98 views

BroadCasting

Ok in order to broadcast, I have created a socket: notifySock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); And to send the hostname of my computer to all other ...