You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on Mobile VR Station for iOS and UPNP is a mini nightmare of compatibility issues.
I have a client whos trying to watch MP4 content from their UPNP router and for some reason their video comes back as Protocol:
"http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=AAC_ADTS;DLNA.ORG_OP=01;DLNA.ORG_PS=1;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000"
when it should be Protocol: "http-get:*:video/mp4"
Is there something I need to send to the server so it won't treat my device as an audio player? The file still plays if they copy the link and stream it.
The text was updated successfully, but these errors were encountered:
Hey,
I've been working on Mobile VR Station for iOS and UPNP is a mini nightmare of compatibility issues.
I have a client whos trying to watch MP4 content from their UPNP router and for some reason their video comes back as Protocol:
"http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=AAC_ADTS;DLNA.ORG_OP=01;DLNA.ORG_PS=1;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000"
when it should be Protocol: "http-get:*:video/mp4"
Is there something I need to send to the server so it won't treat my device as an audio player? The file still plays if they copy the link and stream it.
The text was updated successfully, but these errors were encountered: