Jump to content

Dual audio videos do not play


jaimedelano

Recommended Posts

jaimedelano

All of my dual audio video files do not play.

I have the latest version of Emby app and server.

On the other hand, the web player works fine.

Edited by jaimedelano
Link to comment
Share on other sites

jaimedelano

Some video files do not play too (one audio track only).
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/iptv/filmes/move/A Cabana da Morte.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.82.100
  Duration: 01:21:33.60, start: 0.000000, bitrate: 1033 kb/s
    Stream #0:0(por): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x682 [sAR 1023:1024 DAR 15:8], 899 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(por): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
    Metadata:
      handler_name    : SoundHandler

Link to comment
Share on other sites

jaimedelano

Emby Server v3.6.0.81 beta can't play some video files including the same aforementioned files.
1 - How can I upgrade my Emby container to v3.5.3?
docker pull emby/embyserver:latest does not download the latest version
2 - Please move this topic to correct forum: Android Mobile




			
		
Link to comment
Share on other sites

Are you sure these are the right samples? I downloaded the first one and it only has a single audio track, and I had no problems playing it in our mobile android app. thanks.

Link to comment
Share on other sites

jaimedelano

Sorry. The bug is not related to multiple audio tracks.

I found out that the error occurs with files in a network folder (NFS). Local video files play fine.

Some videos in this NFS share play fine but others don't.

 

Please check this log lines
 

It plays OK (local file)

2018-12-30 23:12:56.006 Info HttpResultFactory: Setting range response values for /storage/www/Realityhigh.mp4.
RangeRequest: bytes=0- Content-Length: 1078884969, Content-Range: bytes 0-1078884968/1078884969

 

Doesn't play (NFS mount)

2018-12-31 00:04:32.838 Info HttpResultFactory: Setting range response values for /storage/iptv/filmes/move/#Realityhigh.mp4.
RangeRequest: bytes=0- Content-Length: 62, Content-Range: bytes 0-61/62

Edited by jaimedelano
Link to comment
Share on other sites

It's definitely an issue on the server due to the nfs mount. It's not an issue in the mobile app.

Link to comment
Share on other sites

I'm going to look through the .net core repository for any reported issues related to this. The most practical advise i can give is not to use the mounts, because i have a feeling this issue is out of our control. Thanks.

Link to comment
Share on other sites

jaimedelano

When error ocurrs it seems the server serve up partial contents of the video file.

2019-01-01 13:56:26.826 Debug HttpResultFactory: Transmit file /storage/iptv/filmes/pro/#HORROR.mp4
2019-01-01 13:56:27.026 Info HttpServer: SocketException: http://MY_SERVER_IP:8096/emby/Videos/7442/stream.mp4?Static=true&mediaSourceId=XXX&deviceId=YYY&api_key=ZZZ

curl -L 'http://MY_SERVER_IP:8096/emby/Videos/7442/stream.mp4?Static=true&mediaSourceId=08aafed7364a23f17cb2ad1c8ef78aae&deviceId=XXX'
$ftypisomisomiso2avc1iso6mp41�moovlmvhd
 

If I replace Static=true with Static=false in the URL, I can see the whole video contents:

curl -L 'http://MY_SERVER_IP:8096/emby/Videos/7442/stream.mp4?Static=false&mediaSourceId=08aafed7364a23f17cb2ad1c8ef78aae&deviceId=XXX'
<751 MB of video here>

Edited by jaimedelano
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...