udp - video streaming using vlc player and amazon EC2 -


i using vlc , amazonec2 video streaming.

after creating instance in amazonec2, got below public dns address

ec2-54-251-165-32.ap-southeast-1.compute.amazonaws.com 

i trying stream video local machine 5009 udp port of above address of udp.

in vlc streaming wizard given address as

ec2-54-251-165-32.ap-southeast-1.compute.amazonaws.com 

udp port as

5009 

active transcoding as

video-h.264+aac(ts) 

and selected

stream elementry streams 

now trying play streaming using of vlc open network stream following address

udp://@ec2-54-251-165-32.ap-southeast-1.compute.amazonaws.com:5009 

video not playing, getting following error in vlc log

main error: socket bind error (cannot assign requested address) access_udp error: cannot open socket main error: open of `udp://@ec2-54-251-165-32.ap-southeast-1.compute.amazonaws.com:5009' failed: (null) 

when try same procedure in local network working properly, correct me doing wrong.

thanks.

alter security group instance , open port 509 udp protocol inbound , outbound traffic.

refer official aws security group documentation more details.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -