In telecommunication and information theory, broadcasting refers to a method of transferring a message to all recipients simultaneously. Broadcasting can be performed as a high level operation in a program, for example broadcasting Message Passing Interface, or it may be a low level networking operation, for example broadcasting on Ethernet. Please use the numpy-broadcasting tag for questions relating to numpy's array broadcasting behavior.
Questions tagged [broadcasting]
285 questions
0
votes
1 answer
Numpy array changes shape when accessing with indices
I have a small matrix A with dimensions MxNxO
I have a large matrix B with dimensions KxMxNxP, with P>O
I have a vector ind of indices of dimension Ox1
I want to do:
B[1,:,:,ind] = A
But, the lefthand of my equation
B[1,:,:,ind].shape
is of…

torpedo
- 283
- 2
- 15
0
votes
1 answer
Creating an Audio broadcasting via shoutcast or icecast winforms app
I am in the process of creating an audio broadcasting app that will use either shoutcast or icecast (I need only one of them) and I can't seem to find any library that can help me out does any one have an Idea that can help me

Nader Zouaoui
- 39
- 3
- 15
0
votes
1 answer
what's the security risks of unauthenticated laravel event broadcasting
I need to know what are the security risks of using unauthorized event broadcasting in Laravel.
I'm using angular-js for my front-end and Laravel as back-end API, I'm intending to use Laravel event broadcasting (socket.io + redis), I want to know…

Mohammad_Hosseini
- 2,481
- 3
- 30
- 53
0
votes
1 answer
How many users webrtc audio or video broadcasting can afford?
I am using webrtc technology to create a video and audio broadcast (one to many) and it is working very well now for 10 listeners or viewers, but can't determine if this is gonna succeed or not for large number of viewers or listeners
Considering…

ahmed easa
- 3
- 4
0
votes
1 answer
Firing Laravel 5.4 event is causing problems in localhost
First of all Hello ,
i have a kinda of problem that i cannot manage .
am posting an ajax request like the following