streaming to correct network interface
Posted
by
robin hood
on Stack Overflow
See other posts from Stack Overflow
or by robin hood
Published on 2010-12-28T14:50:19Z
Indexed on
2010/12/30
8:53 UTC
Read the original article
Hit count: 201
I have IP cam that supports RTSP streaming. It's connected to router with 2 network cards with IP1 and IP2 addresses. I make 2 connections to IP cam by IP1 and IP2 addresses from the same IP and I need to receive corresponding streams thru correct network card, but both streams (RTP over UDP) go thru IP1. How this can be resolved?
I don't know if RTSP server binds UDP sockets to corresponding IP and I don't know what IP stack is in IP cam (weak end system or strong end system). I haven't found anything interesting in router configuration. As I understand, routing table cannot help me cos I'm connected from the same IP, is it right? Also
Sorry for incomplete info but it's all I have at the moment. Thanks for your time.
© Stack Overflow or respective owner