real-time Video distribution over network. multicasting or broadcasting? [closed] Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!Send HD video over SONETReal time transcoding of multiple RTMP-StreamsMultiple network interfaces and UDP packets distributionHow do I know if IP Multicasting is enabled on my network in Windows?Router for a heavy video streaming dependent networkVideo streaming over multi display unitsOne terabyte of video served per hour - network limits?streaming hd video over internetcontrolling access while caching video content on-site on client's networkReal Time Streaming Across WAN -> WiFi (No site-to-site or point-to-point)
Did Xerox really develop the first LAN?
How do I keep my slimes from escaping their pens?
Disable hyphenation for an entire paragraph
Dominant seventh chord in the major scale contains diminished triad of the seventh?
Proof involving the spectral radius and the Jordan canonical form
Why did the IBM 650 use bi-quinary?
Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?
What is the correct way to use the pinch test for dehydration?
When -s is used with third person singular. What's its use in this context?
What are the pros and cons of Aerospike nosecones?
How can I fade player when goes inside or outside of the area?
Can Pao de Queijo, and similar foods, be kosher for Passover?
Bonus calculation: Am I making a mountain out of a molehill?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Is the Standard Deduction better than Itemized when both are the same amount?
How does a Death Domain cleric's Touch of Death feature work with Touch-range spells delivered by familiars?
How to motivate offshore teams and trust them to deliver?
What are the motives behind Cersei's orders given to Bronn?
Why are there no cargo aircraft with "flying wing" design?
How much radiation do nuclear physics experiments expose researchers to nowadays?
3 doors, three guards, one stone
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Why was the term "discrete" used in discrete logarithm?
Storing hydrofluoric acid before the invention of plastics
real-time Video distribution over network. multicasting or broadcasting? [closed]
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Send HD video over SONETReal time transcoding of multiple RTMP-StreamsMultiple network interfaces and UDP packets distributionHow do I know if IP Multicasting is enabled on my network in Windows?Router for a heavy video streaming dependent networkVideo streaming over multi display unitsOne terabyte of video served per hour - network limits?streaming hd video over internetcontrolling access while caching video content on-site on client's networkReal Time Streaming Across WAN -> WiFi (No site-to-site or point-to-point)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a camera that gives an video output on its gigabit Ethernet port. This video has a format of RFC 4175 RTP Payload Format for Uncompressed Video. It is now a part of SMPTE ST 2110 standard. I try to display this video on two different laptops where they located two different places. I try to put an Gigabit Ethernet switch and distributes video to two different laptops. Should I use a multicasting or broadcasting schema? I searched how can I decode the this standard and display the camera video on monitor. It is seen that I can be docode the RFC 4175 encoded video and display it on the monitor by using ffmpeg codec. But I could not find that how can I receive packets from my ethernet port to ffmpeg driver for decoding them in the command line. And can I do this work (decoding RFC 4175 encoded camera video with ffmpeg and display on the two different laptops) over network in real-time?
I am not sure that whether putting an Ethernet switch will cause extra delay or synchronization loss between the video on two different laptops.
Thank you.
multicast video video-streaming ffmpeg
New contributor
closed as too broad by Chopper3, Ward♦ Apr 11 at 2:01
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have a camera that gives an video output on its gigabit Ethernet port. This video has a format of RFC 4175 RTP Payload Format for Uncompressed Video. It is now a part of SMPTE ST 2110 standard. I try to display this video on two different laptops where they located two different places. I try to put an Gigabit Ethernet switch and distributes video to two different laptops. Should I use a multicasting or broadcasting schema? I searched how can I decode the this standard and display the camera video on monitor. It is seen that I can be docode the RFC 4175 encoded video and display it on the monitor by using ffmpeg codec. But I could not find that how can I receive packets from my ethernet port to ffmpeg driver for decoding them in the command line. And can I do this work (decoding RFC 4175 encoded camera video with ffmpeg and display on the two different laptops) over network in real-time?
I am not sure that whether putting an Ethernet switch will cause extra delay or synchronization loss between the video on two different laptops.
Thank you.
multicast video video-streaming ffmpeg
New contributor
closed as too broad by Chopper3, Ward♦ Apr 11 at 2:01
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
This is a very 'top down' question that raises dozens of additional 'lower' questions, which would then lead to further questions - there's no one answer to this as it stands. Come back to us when you have more specific, answerable, questions please.
– Chopper3
Apr 10 at 16:43
Dear @Chopper3. I know it is not a very specific one. But a general guide would be much more useful for me. Finding a script for decoding the RFC 4175 video using ffmpeg could be a start point for me. After that I can put a switch and try to decode streams on both laptop. Thank you.
– doner_t
Apr 10 at 17:40
add a comment |
I have a camera that gives an video output on its gigabit Ethernet port. This video has a format of RFC 4175 RTP Payload Format for Uncompressed Video. It is now a part of SMPTE ST 2110 standard. I try to display this video on two different laptops where they located two different places. I try to put an Gigabit Ethernet switch and distributes video to two different laptops. Should I use a multicasting or broadcasting schema? I searched how can I decode the this standard and display the camera video on monitor. It is seen that I can be docode the RFC 4175 encoded video and display it on the monitor by using ffmpeg codec. But I could not find that how can I receive packets from my ethernet port to ffmpeg driver for decoding them in the command line. And can I do this work (decoding RFC 4175 encoded camera video with ffmpeg and display on the two different laptops) over network in real-time?
I am not sure that whether putting an Ethernet switch will cause extra delay or synchronization loss between the video on two different laptops.
Thank you.
multicast video video-streaming ffmpeg
New contributor
I have a camera that gives an video output on its gigabit Ethernet port. This video has a format of RFC 4175 RTP Payload Format for Uncompressed Video. It is now a part of SMPTE ST 2110 standard. I try to display this video on two different laptops where they located two different places. I try to put an Gigabit Ethernet switch and distributes video to two different laptops. Should I use a multicasting or broadcasting schema? I searched how can I decode the this standard and display the camera video on monitor. It is seen that I can be docode the RFC 4175 encoded video and display it on the monitor by using ffmpeg codec. But I could not find that how can I receive packets from my ethernet port to ffmpeg driver for decoding them in the command line. And can I do this work (decoding RFC 4175 encoded camera video with ffmpeg and display on the two different laptops) over network in real-time?
I am not sure that whether putting an Ethernet switch will cause extra delay or synchronization loss between the video on two different laptops.
Thank you.
multicast video video-streaming ffmpeg
multicast video video-streaming ffmpeg
New contributor
New contributor
New contributor
asked Apr 10 at 16:04
doner_tdoner_t
6
6
New contributor
New contributor
closed as too broad by Chopper3, Ward♦ Apr 11 at 2:01
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by Chopper3, Ward♦ Apr 11 at 2:01
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
This is a very 'top down' question that raises dozens of additional 'lower' questions, which would then lead to further questions - there's no one answer to this as it stands. Come back to us when you have more specific, answerable, questions please.
– Chopper3
Apr 10 at 16:43
Dear @Chopper3. I know it is not a very specific one. But a general guide would be much more useful for me. Finding a script for decoding the RFC 4175 video using ffmpeg could be a start point for me. After that I can put a switch and try to decode streams on both laptop. Thank you.
– doner_t
Apr 10 at 17:40
add a comment |
1
This is a very 'top down' question that raises dozens of additional 'lower' questions, which would then lead to further questions - there's no one answer to this as it stands. Come back to us when you have more specific, answerable, questions please.
– Chopper3
Apr 10 at 16:43
Dear @Chopper3. I know it is not a very specific one. But a general guide would be much more useful for me. Finding a script for decoding the RFC 4175 video using ffmpeg could be a start point for me. After that I can put a switch and try to decode streams on both laptop. Thank you.
– doner_t
Apr 10 at 17:40
1
1
This is a very 'top down' question that raises dozens of additional 'lower' questions, which would then lead to further questions - there's no one answer to this as it stands. Come back to us when you have more specific, answerable, questions please.
– Chopper3
Apr 10 at 16:43
This is a very 'top down' question that raises dozens of additional 'lower' questions, which would then lead to further questions - there's no one answer to this as it stands. Come back to us when you have more specific, answerable, questions please.
– Chopper3
Apr 10 at 16:43
Dear @Chopper3. I know it is not a very specific one. But a general guide would be much more useful for me. Finding a script for decoding the RFC 4175 video using ffmpeg could be a start point for me. After that I can put a switch and try to decode streams on both laptop. Thank you.
– doner_t
Apr 10 at 17:40
Dear @Chopper3. I know it is not a very specific one. But a general guide would be much more useful for me. Finding a script for decoding the RFC 4175 video using ffmpeg could be a start point for me. After that I can put a switch and try to decode streams on both laptop. Thank you.
– doner_t
Apr 10 at 17:40
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
This is a very 'top down' question that raises dozens of additional 'lower' questions, which would then lead to further questions - there's no one answer to this as it stands. Come back to us when you have more specific, answerable, questions please.
– Chopper3
Apr 10 at 16:43
Dear @Chopper3. I know it is not a very specific one. But a general guide would be much more useful for me. Finding a script for decoding the RFC 4175 video using ffmpeg could be a start point for me. After that I can put a switch and try to decode streams on both laptop. Thank you.
– doner_t
Apr 10 at 17:40