Jump to content

API Requests for EmbyDeram


murxer83

Recommended Posts

murxer83

Hi there,
sorry for google translation as my english is not good. 🤪

I am currently working on an Emby Dream Client plugin.
But it is only made available for Dreamboxes.

Here are a few pictures, all screens have not yet been created, even though it will take some time until the first beta.

Now I have a few more questions about the queries:

  1. Is it possible to load all entries from a section in one go, without "limit" parameters
  2. Is it possible to set a pin so that you don't always have to enter the Pw.
    I then use the token to log in, but I don't want to have to always enter the PW when the PW query is set.
  3. In some sections the films are not recognized, here I have to click on Directories Filter in the browser, where was an error made when creating the section?

I don't use Emby because I don't have a private film collection. So Emby is completely new to me, and so there are some questions that remain unanswered.

Maybe one or the other has a few tips for me😀

Greetings murxer

 

 

screenshot1.png

screenshot2.png

screenshot3.png

screenshot4.png

screenshot5.png

screenshot6.png

screenshot7.png

Link to comment
Share on other sites

Hi, yes just don't specify a limit when querying, although this is not recommended.

Your app should just remember the access token that it gets when the user logs in.

For #3 can you please go over an example? Thanks 

Link to comment
Share on other sites

murxer83

Thanks for your answer.

5 hours ago, Luke said:

Your app should just remember the access token that it gets when the user logs in.

Yes, my plugin does that too.
Is it not possible to add a PIN query for the profiles / users?

As a child safety device.

5 hours ago, Luke said:

can you please go over an example?

For this I created pictures, the server is only a test server.

emby.png

emby1.png

Link to comment
Share on other sites

How are your files named and organized? How many Emby libraries did you create, and what folder paths did you add to each one?

Link to comment
Share on other sites

Try running a library scan in case it hadn't completed after setting up the library. Beyond that we'd have to look at how files are named and organized. Thanks.

  • Thanks 1
Link to comment
Share on other sites

murxer83
28 minutes ago, Luke said:

ry running a library scan in case it hadn't completed after setting up the library

Thanks, that helped, now they are displayed to me.

  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks later...
murxer83

Can someone explain to me how I can create a url for transcoding?
I can't get a stable transcoded stream.
There is a Plex server on the Nas, here with transcoding it works perfectly with 4K material.
Last year I created a Plex plugin and it actually works very well with transcoding.


At the same time there is also an Emby server on the Nas, the original stream runs as it should, but a transcoded stream does not.
I really just want to change the bitrate for the video.
Have already tried everything here https://github.com/MediaBrowser/Emby/wiki/Video-Streaming, but no satisfactory result. 

With master.m3u8 I get a stream, but as soon as I use seek once the stream just stutters.

If I use stream.contaier, the start of a 4K film takes about 40 seconds.

With Plex I only give a bit rate and a max resolution and then it works very well.

Maybe someone can help me here.

greetings murxer

Link to comment
Share on other sites

On 11/14/2021 at 10:08 AM, murxer83 said:

Can someone explain to me how I can create a url for transcoding?
I can't get a stable transcoded stream.
There is a Plex server on the Nas, here with transcoding it works perfectly with 4K material.
Last year I created a Plex plugin and it actually works very well with transcoding.


At the same time there is also an Emby server on the Nas, the original stream runs as it should, but a transcoded stream does not.
I really just want to change the bitrate for the video.
Have already tried everything here https://github.com/MediaBrowser/Emby/wiki/Video-Streaming, but no satisfactory result. 

With master.m3u8 I get a stream, but as soon as I use seek once the stream just stutters.

If I use stream.contaier, the start of a 4K film takes about 40 seconds.

With Plex I only give a bit rate and a max resolution and then it works very well.

Maybe someone can help me here.

greetings murxer

Hi, can you please show us the url, server log and ffmpeg log? thanks.

Link to comment
Share on other sites

murxer83

I have now found a way where a transcoding stream is running correctly, but unfortunately I am missing the metadata for the total runtime in the stream.
The start of the stream also takes almost 40 seconds or one ore two minutes.

player.thumb.png.2acc55e28ef37ec933982f599cdf195f.png

LOG:

2021-11-18 08:30:46.291 Info Server: http/1.1 GET http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/Items/54172. UserAgent: python-requests/2.13.0
2021-11-18 08:30:46.304 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 13ms. http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/Items/54172
2021-11-18 08:30:46.421 Info Server: http/1.1 POST http://myDynDns:8096/Items/54172/PlaybackInfo?UserId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf. UserAgent: python-requests/2.13.0
2021-11-18 08:30:46.427 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 6ms. http://myDynDns:8096/Items/54172/PlaybackInfo?UserId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf
2021-11-18 08:30:46.529 Info Server: http/1.1 GET http://myDynDns:8096/Items/54172/ThemeSongs?UserId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf. UserAgent: python-requests/2.13.0
2021-11-18 08:30:46.532 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 3ms. http://myDynDns:8096/Items/54172/ThemeSongs?UserId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf
2021-11-18 08:30:46.606 Info Server: http/1.1 GET http://myDynDns:8096/Movies/54172/Similar?fields=ParentId%2COverview%2CProductionYear%2CSortName%2CGenres%2CStudios%2CPeople%2CRuntime%2COfficialRating%2CCommunityRating%2CProductionLocations&startIndex=0&limit=14. UserAgent: python-requests/2.13.0
2021-11-18 08:30:46.664 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 58ms. http://myDynDns:8096/Movies/54172/Similar?fields=ParentId%2COverview%2CProductionYear%2CSortName%2CGenres%2CStudios%2CPeople%2CRuntime%2COfficialRating%2CCommunityRating%2CProductionLocations&startIndex=0&limit=14
2021-11-18 08:30:47.378 Info Server: http/1.0 GET http://myDynDns:8096/Items/54172/Images/Backdrop?Width=1920&Height=1080&Format=png&quality=90. UserAgent: Twisted client
2021-11-18 08:30:51.244 Info Server: http/1.0 Response 200 to 79.206.91.142. Time: 3866ms. http://myDynDns:8096/Items/54172/Images/Backdrop?Width=1920&Height=1080&Format=png&quality=90
2021-11-18 08:30:54.179 Info Server: http/1.0 GET http://myDynDns:8096/Videos/54172/stream.mkv?userId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf&StartTimeTicks=0&VideoCodec=h264&PlaySessionId=c055720f71a440998afde1a552b72a6a&CopyTimestamps=True&AudioBitrate=393082&SubtitleStreamIndex=6&MaxHeight=720&MediaSourceId=1c6bf85559751762f7c804baf0abc048&AudioStreamIndex=1&EnableAutoStreamCopy=True&Container=mkv&AudioCodec=ac3,mp3,aac&h264-profile=high,main,baseline,constrainedbaseline,high10&MaxWidth=1280&VideoBitrate=3000000&h264-level=52&Static=False&DeviceId=Dreambox&AudioChannels=6. Accept=*/*, Host=myDynDns:8096, User-Agent=Python-urllib/1.17
2021-11-18 08:30:54.309 Info App: ProcessRun 'StreamTranscode cd4a39' Execute: /var/packages/EmbyServer/target/bin/ffmpeg -loglevel +timing -y -print_graphs_file "/var/packages/EmbyServer/var/logs/ffmpeg-transcode-cd4a392e-de35-4699-b874-feea712722a8_1graph.txt" -copyts -start_at_zero -f mp4 -c:v:0 h264 -c:v:1 png -i "/volume1/video/Filme/Science Fiction/Alien Filmreihe/Aliens - Die Rückkehr (1986)/Aliens - Die Rückkehr (1986).mp4" -filter_complex "[0:0]scale@f1=width=1280:height=720,subtitles@f2=filename='/volume1/video/Filme/Science Fiction/Alien Filmreihe/Aliens - Die Rückkehr (1986)/Aliens - Die Rückkehr (1986).mp4':fontsdir='/var/packages/EmbyServer/var/fonts':si=0:force_style='FontName=Noto Sans CJK TC Regular'[f2_out0]" -map [f2_out0] -map 0:1 -sn -c:v:0 libx264 -g:v:0 72 -maxrate:v:0 3000000 -bufsize:v:0 6000000 -sc_threshold:v:0 0 -keyint_min:v:0 72 -pix_fmt:v:0 yuv420p -preset:v:0 veryfast -profile:v:0 high -level:v:0 3.1 -x264opts:v:0 "subme=0:me_range=4:rc_lookahead=10:partitions=none" -crf:v:0 23 -c:a:0 copy -metadata:s:a:0 language=ger -disposition:a:0 default -avoid_negative_ts disabled -map_metadata -1 -map_chapters -1 "/var/packages/EmbyServer/var/transcoding-temp/893F1F.mkv"
2021-11-18 08:31:15.971 Info SessionManager: Session 9c50fc623453a1995411681fdfa1b066 has gone idle while playing
2021-11-18 08:31:15.971 Info SessionManager: Playback stopped reported by app Dreambox 1.0.0 playing American Pie. Stopped at 59000 ms
2021-11-18 08:31:57.022 Info Server: http/1.0 Response 200 to 79.206.91.142. Time: 62843ms. http://myDynDns:8096/Videos/54172/stream.mkv?userId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf&StartTimeTicks=0&VideoCodec=h264&PlaySessionId=c055720f71a440998afde1a552b72a6a&CopyTimestamps=True&AudioBitrate=393082&SubtitleStreamIndex=6&MaxHeight=720&MediaSourceId=1c6bf85559751762f7c804baf0abc048&AudioStreamIndex=1&EnableAutoStreamCopy=True&Container=mkv&AudioCodec=ac3,mp3,aac&h264-profile=high,main,baseline,constrainedbaseline,high10&MaxWidth=1280&VideoBitrate=3000000&h264-level=52&Static=False&DeviceId=Dreambox&AudioChannels=6
2021-11-18 08:31:57.105 Info Server: http/1.1 GET http://myDynDns:8096/Videos/54172/stream.mkv?userId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf&StartTimeTicks=0&VideoCodec=h264&PlaySessionId=c055720f71a440998afde1a552b72a6a&CopyTimestamps=True&AudioBitrate=393082&SubtitleStreamIndex=6&MaxHeight=720&MediaSourceId=1c6bf85559751762f7c804baf0abc048&AudioStreamIndex=1&EnableAutoStreamCopy=True&Container=mkv&AudioCodec=ac3,mp3,aac&h264-profile=high,main,baseline,constrainedbaseline,high10&MaxWidth=1280&VideoBitrate=3000000&h264-level=52&Static=False&DeviceId=Dreambox&AudioChannels=6. Connection=close, Host=myDynDns:8096, User-Agent=GStreamer souphttpsrc libsoup/2.52.2;, icy-metadata=1
2021-11-18 08:31:57.107 Info Server: http/1.1 POST http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PlayMethod=Transcode&PlaySessionId=c055720f71a440998afde1a552b72a6a&CanSeek=True. UserAgent: python-requests/2.13.0
2021-11-18 08:31:57.220 Info SessionManager: Playback start reported by app Dreambox 1.0.0 playing Aliens - Die Rückkehr. Started at unknown ms
2021-11-18 08:31:57.250 Info Server: http/1.1 Response 204 to 79.206.91.142. Time: 142ms. http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PlayMethod=Transcode&PlaySessionId=c055720f71a440998afde1a552b72a6a&CanSeek=True
2021-11-18 08:32:17.944 Info Server: http/1.1 GET http://myDynDns:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:17.945 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 1ms. http://myDynDns:8096/emby/system/info/public
2021-11-18 08:32:18.007 Info Server: http/1.1 GET http://myDynDns:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.009 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 2ms. http://myDynDns:8096/emby/System/Info
2021-11-18 08:32:18.322 Info Server: http/1.1 GET http://myDynDns:8096/emby/DisplayPreferences/usersettings?userId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf&client=emby&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.393 Info Server: http/1.1 POST http://myDynDns:8096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.398 Info Server: http/1.1 Response 204 to 79.206.91.142. Time: 5ms. http://myDynDns:8096/emby/Sessions/Capabilities/Full?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.406 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 84ms. http://myDynDns:8096/emby/DisplayPreferences/usersettings?userId=ca26f294d8d8dfsfsfdsfc61b7e8dc4bf&client=emby&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.711 Info Server: http/1.1 GET http://myDynDns:8096/emby/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.712 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 2ms. http://myDynDns:8096/emby/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.769 Info Server: http/1.1 GET http://myDynDns:8096/emby/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.771 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 1ms. http://myDynDns:8096/emby/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.796 Info Server: http/1.1 GET http://myDynDns:8096/emby/System/Configuration?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.797 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 1ms. http://myDynDns:8096/emby/System/Configuration?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.813 Info Server: http/1.1 GET http://myDynDns:8096/emby/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/Views?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.835 Info Server: http/1.1 GET http://myDynDns:8096/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.836 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 1ms. http://myDynDns:8096/emby/web/configurationpages?pageType=PluginConfiguration&EnableInMainMenu=true&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.836 Info Server: http/1.1 GET http://myDynDns:8096/emby/System/Logs/Query?SortBy=SortName&SortOrder=Ascending&Fields=BasicSyncInfo,CanDelete,PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary,Backdrop,Thumb&StartIndex=0&Limit=30&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:18.843 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 7ms. http://myDynDns:8096/emby/System/Logs/Query?SortBy=SortName&SortOrder=Ascending&Fields=BasicSyncInfo,CanDelete,PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary,Backdrop,Thumb&StartIndex=0&Limit=30&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:18.844 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 32ms. http://myDynDns:8096/emby/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/Views?X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:21.460 Info Server: http/1.1 GET http://myDynDns:8096/emby/System/Logs/embyserver.txt/Lines?SortBy=SortName&SortOrder=Ascending&Fields=BasicSyncInfo,CanDelete,PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary,Backdrop,Thumb&StartIndex=0&Limit=100&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:21.532 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 72ms. http://myDynDns:8096/emby/System/Logs/embyserver.txt/Lines?SortBy=SortName&SortOrder=Ascending&Fields=BasicSyncInfo,CanDelete,PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary,Backdrop,Thumb&StartIndex=0&Limit=100&X-Emby-Client=Emby Web&X-Emby-Device-Name=Chrome&X-Emby-Device-Id=e9cc0e81-bef6-45a2-aec3-49da96cc9398&X-Emby-Client-Version=4.6.4.0
2021-11-18 08:32:23.083 Info Server: http/1.1 GET http://myDynDns:8096/emby/System/Logs/embyserver.txt. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53
2021-11-18 08:32:23.476 Info Server: http/1.1 Response 200 to 79.206.91.142. Time: 393ms. http://myDynDns:8096/emby/System/Logs/embyserver.txt
2021-11-18 08:33:18.585 Info Server: http/1.1 POST http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=780000000&IsPaused=False&PlayMethod=Transcode. UserAgent: python-requests/2.13.0
2021-11-18 08:33:18.692 Info Server: http/1.1 Response 204 to 79.206.91.142. Time: 107ms. http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=780000000&IsPaused=False&PlayMethod=Transcode
2021-11-18 08:33:19.720 Error HttpClient: <?xml version="1.0"?>
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
2021-11-18 08:33:19.723 Error HttpClient: <?xml version="1.0"?>
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
2021-11-18 08:33:19.730 Error PortMapper: Error creating port map
	*** Error Report ***
	Version: 4.6.4.0
	Command line: /volume1/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -updatepackage emby-server-synology7_{version}_x86_64.spk
	Operating system: Linux version 4.4.180+ (root@build15) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:17:56 CST 2021
	Framework: .NET Core 3.1.13
	OS/Process: x64/x64
	Runtime: volume1/@appstore/EmbyServer/system/System.Private.CoreLib.dll
	Processor count: 2
	Data path: /var/packages/EmbyServer/var
	Application path: /volume1/@appstore/EmbyServer/system
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: <?xml version="1.0"?>
	 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
	<s:Body>
	<s:Fault>
	<faultcode>s:Client</faultcode>
	<faultstring>UPnPError</faultstring>
	<detail>
	<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
	<errorCode>401</errorCode>
	<errorDescription>Invalid Action</errorDescription>
	</UPnPError>
	</detail>
	</s:Fault>
	</s:Body>
	</s:Envelope>
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Mono.Nat.Upnp.UpnpNatDevice.GetSpecificMappingAsync(Protocol protocol, Int32 publicPort, CancellationToken cancellationToken)
	   at Mono.Nat.Upnp.UpnpNatDevice.CreatePortMap(Mapping mapping, CancellationToken cancellationToken)
	   at Emby.PortMapper.ExternalPortForwarding.CreateRules(INatDevice device, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2021-11-18 08:33:19.732 Error HttpClient: <?xml version="1.0"?>
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
2021-11-18 08:33:19.737 Error HttpClient: <?xml version="1.0"?>
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<s:Fault>
<faultcode>s:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode>401</errorCode>
<errorDescription>Invalid Action</errorDescription>
</UPnPError>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
2021-11-18 08:33:19.739 Error PortMapper: Error creating port map
	*** Error Report ***
	Version: 4.6.4.0
	Command line: /volume1/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -updatepackage emby-server-synology7_{version}_x86_64.spk
	Operating system: Linux version 4.4.180+ (root@build15) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:17:56 CST 2021
	Framework: .NET Core 3.1.13
	OS/Process: x64/x64
	Runtime: volume1/@appstore/EmbyServer/system/System.Private.CoreLib.dll
	Processor count: 2
	Data path: /var/packages/EmbyServer/var
	Application path: /volume1/@appstore/EmbyServer/system
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: <?xml version="1.0"?>
	 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
	<s:Body>
	<s:Fault>
	<faultcode>s:Client</faultcode>
	<faultstring>UPnPError</faultstring>
	<detail>
	<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
	<errorCode>401</errorCode>
	<errorDescription>Invalid Action</errorDescription>
	</UPnPError>
	</detail>
	</s:Fault>
	</s:Body>
	</s:Envelope>
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Mono.Nat.Upnp.UpnpNatDevice.GetSpecificMappingAsync(Protocol protocol, Int32 publicPort, CancellationToken cancellationToken)
	   at Mono.Nat.Upnp.UpnpNatDevice.CreatePortMap(Mapping mapping, CancellationToken cancellationToken)
	   at Emby.PortMapper.ExternalPortForwarding.CreateRules(INatDevice device, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2021-11-18 08:33:48.787 Info Server: http/1.1 POST http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=1090000000&IsPaused=False&PlayMethod=Transcode. UserAgent: python-requests/2.13.0
2021-11-18 08:33:48.822 Info Server: http/1.1 Response 204 to 79.206.91.142. Time: 35ms. http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=1090000000&IsPaused=False&PlayMethod=Transcode
2021-11-18 08:34:18.938 Info Server: http/1.1 POST http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=1390000000&IsPaused=False&PlayMethod=Transcode. UserAgent: python-requests/2.13.0
2021-11-18 08:34:18.972 Info Server: http/1.1 Response 204 to 79.206.91.142. Time: 33ms. http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=1390000000&IsPaused=False&PlayMethod=Transcode
2021-11-18 08:34:49.064 Info Server: http/1.1 POST http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=1690000000&IsPaused=False&PlayMethod=Transcode. UserAgent: python-requests/2.13.0
2021-11-18 08:34:49.093 Info Server: http/1.1 Response 204 to 79.206.91.142. Time: 29ms. http://myDynDns:8096/Users/ca26f294d8d8dfsfsfdsfc61b7e8dc4bf/PlayingItems/54172/Progress?MediaSourceId=1c6bf85559751762f7c804baf0abc048&PositionTicks=1690000000&IsPaused=False&PlayMethod=Transcode

ffmpeg:

Most of the time the log stays here "08:50:39.970     Stream #0:9(spa): Subtitle: mov_text (tx3g / 0x67337874), 1920x60, 0 kb/s"  for 40 seconds and then the stream and log continues.

2021-11-18 08:50:39.567
Operating System: Linux version 4.4.180+ (root@build15) (gcc version 7.5.0 (GCC) ) #42218 SMP Mon Oct 18 19:17:56 CST 2021
OS/Process: x64/x64
Emby Server version: 4.6.4.0
Operating system: Unix 4.4.180.0
Command Line: /volume1/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -updatepackage emby-server-synology7_{version}_x86_64.spk

App: Dreambox 1.0.0
Dreambox

http://mydyndns:8096/Videos/54172/stream.mkv?userId=ca26f294d8dsdfsfdsfsdc4bf&api_key=76sdfsdfsfsdf4d5740c5ed&StartTimeTicks=0&VideoCodec=h264&PlaySessionId=88d83a8e06bd4be79bcfd6a75b030ddc&CopyTimestamps=True&AudioBitrate=128000&SubtitleStreamIndex=6&MaxHeight=720&MediaSourceId=1c6bf85559751762f7c804baf0abc048&AudioStreamIndex=1&EnableAutoStreamCopy=False&Container=mkv&AudioCodec=ac3,mp3,aac&h264-profile=high,main,baseline,constrainedbaseline,high10&MaxWidth=1280&VideoBitrate=2000000&h264-level=52&Static=False&DeviceId=Dreambox&AudioChannels=2

{"Protocol":"File","Id":"1c6bf85559751762f7c804baf0abc048","Path":"/volume1/video/Filme/Science Fiction/Alien Filmreihe/Aliens - Die Rückkehr (1986)/Aliens - Die Rückkehr (1986).mp4","Type":"Default","Container":"mp4","Size":11338906342,"Name":"Aliens - Die Rückkehr","IsRemote":false,"RunTimeTicks":92670300000,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"RequiresClosing":false,"RequiresLooping":false,"SupportsProbing":false,"MediaStreams":[{"Codec":"h264","CodecTag":"avc1","Language":"eng","ColorTransfer":"bt709","ColorPrimaries":"bt709","ColorSpace":"bt709","TimeBase":"1/90000","CodecTimeBase":"43902252/2105202895","VideoRange":"SDR","DisplayTitle":"1080p H264","DisplayLanguage":"English","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"BitRate":7798868,"BitDepth":8,"RefFrames":1,"IsDefault":true,"IsForced":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main","Type":"Video","AspectRatio":"16:9","Index":0,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File","PixelFormat":"yuv420p","Level":40,"IsAnamorphic":false},{"Codec":"aac","CodecTag":"mp4a","Language":"deu","TimeBase":"1/48000","CodecTimeBase":"1/48000","DisplayTitle":"German AAC 5.1 (Default)","DisplayLanguage":"German","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":393082,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Profile":"LC","Type":"Audio","Index":1,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File"},{"Codec":"aac","CodecTag":"mp4a","Language":"eng","TimeBase":"1/48000","CodecTimeBase":"1/48000","DisplayTitle":"English AAC 5.1","DisplayLanguage":"English","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":388784,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Profile":"LC","Type":"Audio","Index":2,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File"},{"Codec":"aac","CodecTag":"mp4a","Language":"por","TimeBase":"1/48000","CodecTimeBase":"1/48000","DisplayTitle":"Portuguese AAC 5.1","DisplayLanguage":"Portuguese","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":394051,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Profile":"LC","Type":"Audio","Index":3,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File"},{"Codec":"aac","CodecTag":"mp4a","Language":"fra","TimeBase":"1/48000","CodecTimeBase":"1/48000","DisplayTitle":"French AAC 5.1","DisplayLanguage":"French","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":392944,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Profile":"LC","Type":"Audio","Index":4,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File"},{"Codec":"aac","CodecTag":"mp4a","Language":"spa","TimeBase":"1/48000","CodecTimeBase":"1/48000","DisplayTitle":"Spanish AAC 5.1","DisplayLanguage":"Spanish","IsInterlaced":false,"ChannelLayout":"5.1","BitRate":393968,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Profile":"LC","Type":"Audio","Index":5,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File"},{"Codec":"mov_text","CodecTag":"tx3g","Language":"deu","TimeBase":"1/90000","CodecTimeBase":"0/1","DisplayTitle":"German (Default MOV_TEXT)","DisplayLanguage":"German","IsInterlaced":false,"IsDefault":true,"IsForced":false,"Height":60,"Width":1920,"Type":"Subtitle","Index":6,"IsExternal":false,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Protocol":"File"},{"Codec":"mov_text","CodecTag":"tx3g","Language":"por","TimeBase":"1/90000","CodecTimeBase":"0/1","DisplayTitle":"Portuguese (MOV_TEXT)","DisplayLanguage":"Portuguese","IsInterlaced":false,"BitRate":6,"IsDefault":false,"IsForced":false,"Height":60,"Width":1920,"Type":"Subtitle","Index":7,"IsExternal":false,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Protocol":"File"},{"Codec":"mov_text","CodecTag":"tx3g","Language":"fra","TimeBase":"1/90000","CodecTimeBase":"0/1","DisplayTitle":"French (MOV_TEXT)","DisplayLanguage":"French","IsInterlaced":false,"IsDefault":false,"IsForced":false,"Height":60,"Width":1920,"Type":"Subtitle","Index":8,"IsExternal":false,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Protocol":"File"},{"Codec":"mov_text","CodecTag":"tx3g","Language":"spa","TimeBase":"1/90000","CodecTimeBase":"0/1","DisplayTitle":"Spanish (MOV_TEXT)","DisplayLanguage":"Spanish","IsInterlaced":false,"BitRate":6,"IsDefault":false,"IsForced":false,"Height":60,"Width":1920,"Type":"Subtitle","Index":9,"IsExternal":false,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Protocol":"File"},{"Codec":"png","TimeBase":"1/90000","CodecTimeBase":"0/1","IsInterlaced":false,"BitDepth":8,"RefFrames":1,"IsDefault":false,"IsForced":false,"Height":660,"Width":480,"RealFrameRate":90000,"Type":"EmbeddedImage","AspectRatio":"8:11","Index":11,"IsExternal":false,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Protocol":"File","PixelFormat":"rgba","Level":-99}],"Formats":[],"Bitrate":9788600,"RequiredHttpHeaders":{},"ReadAtNativeFramerate":false}

>>>>>>  User policy for murxer
        EnablePlaybackRemuxing: True
        EnableVideoPlaybackTranscoding: True
        EnableAudioPlaybackTranscoding: True

>>>>>>  Affected codecs
Encoder libx264 Software Encoder
        Profiles: Baseline Profile (Level 6.2), Main Profile (Level 6.2), High Profile (Level 6.2), High 10 Profile (Level 6.2), High 4:2:2 Profile (Level 6.2), High 4:4:4 Predictive Profile (Level 6.2)


>>>>>>  FindVideoEncoder - Media: h264, UseHardwareCodecs: True, Mode: Automatic
Info    Checking: 'libx264 Software Encoder'
Info    Check successful - selecting 'libx264 Software Encoder'

>>>>>>  FindVideoDecoder - MediaType: h264, Mode: Automatic
Info    Checking: 'Automatic software decoder'
Info    Check successful - selecting 'Automatic software decoder'

>>>>>>  Processing Plan
Info    Name                                        CanDoInHardware      WillDoInHardware     Reason                                  
Info    Automatic software decoder               >> False                False                Software Codec                           
Info    VideoInput                               >> False                False                Not a hardware decoder                   
Info    Scaling                                  >> False                False                                                         
Info    SubtitleBurnIn                           >> False                False                                                         
Info    VideoOutput                              >> False                False                Not a hardware encoder                   
Info    libx264 Software Encoder                 >> False                False                Software Codec                           

>>>>>>  Projected Processing Formats
Info    Previous                HW-Context   Format       SW-Format           Size   Next
Info    h264                 >> -            yuv420p      yuv420p        1920x1080 >> scale
Info    scale                >> -            yuv420p      yuv420p          720x404 >> subtitles
Info    subtitles            >> -            yuv420p      yuv420p          720x404 >> 

/var/packages/EmbyServer/target/bin/ffmpeg -loglevel +timing -y -print_graphs_file "/var/packages/EmbyServer/var/logs/ffmpeg-transcode-a8585111-9eb8-4d68-8d8b-a4c3a712d6f0_1graph.txt" -copyts -start_at_zero -f mp4 -c:v:0 h264 -c:v:1 png -i "/volume1/video/Filme/Science Fiction/Alien Filmreihe/Aliens - Die Rückkehr (1986)/Aliens - Die Rückkehr (1986).mp4" -filter_complex "[0:0]scale@f1=width=720:height=404,subtitles@f2=filename='/volume1/video/Filme/Science Fiction/Alien Filmreihe/Aliens - Die Rückkehr (1986)/Aliens - Die Rückkehr (1986).mp4':fontsdir='/var/packages/EmbyServer/var/fonts':si=0:force_style='FontName=Noto Sans CJK TC Regular'[f2_out0]" -map [f2_out0] -map 0:1 -sn -c:v:0 libx264 -g:v:0 72 -maxrate:v:0 2000000 -bufsize:v:0 4000000 -sc_threshold:v:0 0 -keyint_min:v:0 72 -pix_fmt:v:0 yuv420p -preset:v:0 veryfast -profile:v:0 high -level:v:0 3.0 -x264opts:v:0 "subme=0:me_range=4:rc_lookahead=10:partitions=none" -crf:v:0 23 -c:a:0 libmp3lame -ab:a:0 128000 -ac:a:0 2 -metadata:s:a:0 language=ger -filter:a:0 "volume=2" -disposition:a:0 default -avoid_negative_ts disabled -map_metadata -1 -map_chapters -1 "/var/packages/EmbyServer/var/transcoding-temp/838452.mkv"

08:50:39.582 ffmpeg version 4.3.0-emby_2021_02_27 Copyright (c) 2000-2021 the FFmpeg developers and softworkz for Emby LLC
08:50:39.582   built with gcc 8.3.0 (crosstool-NG 1.24.0)
08:50:39.583 Execution Date: 2021-11-18 08:50:39
08:50:39.932 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x22e8700] stream 0, timescale not set
08:50:39.964 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/volume1/video/Filme/Science Fiction/Alien Filmreihe/Aliens - Die Rückkehr (1986)/Aliens - Die Rückkehr (1986).mp4':
08:50:39.965   Metadata:
08:50:39.965     major_brand     : mp42
08:50:39.965     minor_version   : 512
08:50:39.965     compatible_brands: isomiso2avc1mp41
08:50:39.965     creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.965     title           : Aliens - Die Rückkehr SE
08:50:39.965     comment         : tagged by my own Software
08:50:39.965     genre           : Horror
08:50:39.965     date            : 1986-07-18T10:00:00Z
08:50:39.965     sort_name       : Alien (02)
08:50:39.965     description     : Es gibt Orte im Universum, wo man nicht allein hingeht.
08:50:39.965     synopsis        : Nach der ersten Begegnung Ripleys mit dem Alien sind 57 Jahre vergangen. Ziellos treibt sie sich immernoch im Kälteschlaf befindlich durchs All. Zufällig wird sie entdeckt und wieder zurück zur Erde gebracht. Ihren Berichten über die Ereignisse mit de
08:50:39.965     encoder         : by Kristallprinz
08:50:39.965     hd_video        : 2
08:50:39.965     media_type      : 9
08:50:39.965     rating          : 0
08:50:39.965     gapless_playback: 0
08:50:39.965     iTunEXTC        : de-movies|Ab 16 Jahren|500|
08:50:39.965     iTunMOVI        : <?xml version="1.0" encoding="UTF-8"?>
                    : <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
                    : <plist version="1.0">
                    : <dict>
                    : 	<key>cast</key>
                    : 	<array>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Sigourney Weaver</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Carrie Henn</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Michael Biehn</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Lance Henriksen</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Paul Reiser</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Bill Paxton</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>William Hope</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Jenette Goldstein</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Al Matthews</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Mark Rolston</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Colette Hiller</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Daniel Kash</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Cynthia Dale Scott</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Ricco Ross</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Tip Tipping</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Trevor Steedman</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Valerie Colgan</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Paul Maxwell</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Alan Polonsky</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Alibe Parsons</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Blain Fairman</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Barbara Coles</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Eddie Powell</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Jay Benedict</string>
                    : 		</dict>
                    : 	</array>
                    : 	<key>directors</key>
                    : 	<array>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>James Cameron</string>
                    : 		</dict>
                    : 	</array>
                    : 	<key>producers</key>
                    : 	<array>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Gale Anne Hurd</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>James Horner</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Adrian Biddle</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Ray Lovejoy</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Peter Lamont</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Ken Court</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Bert Davey</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Fred Hole</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Michael Lamont</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Crispian Sallis</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Emma Porteus</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Peter Robb-King</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Robin Clarke</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Michael Clifford</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Norman Baillie</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Paul Weston</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Elanor Bertram</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Brian Johnson</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Terry Ackland-Snow</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Tiny Nicholls</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Jane Feinberg</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Mike Fenton</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Mary Selway</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Judy Taylor</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Shaun O'Dell</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Bert Hearn</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Don Sharpe</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Roy Charman</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Archie Ludski</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Richard Hewitt</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Dennis Skotak</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Robert Skotak</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>David Worley</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Bob Penn</string>
                    : 		</dict>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>Jack Thetford</string>
                    : 		</dict>
                    : 	</array>
                    : 	<key>screenwriters</key>
                    : 	<array>
                    : 		<dict>
                    : 			<key>name</key>
                    : 			<string>James Cameron</string>
                    : 		</dict>
                    : 	</array>
                    : 	<key>studio</key>
                    : 	<string>Kristallprinz</string>
                    : </dict>
                    : </plist>
                    : 
08:50:39.968   Duration: 02:34:27.03, start: 0.000000, bitrate: 9788 kb/s
08:50:39.968     Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 7798 kb/s, SAR 1:1 DAR 16:9, Level 40, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
08:50:39.968     Metadata:
08:50:39.968       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.968       handler_name    : VideoHandler
08:50:39.969     Stream #0:1(deu): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 393 kb/s (default)
08:50:39.969     Metadata:
08:50:39.969       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.969       handler_name    : Surround
08:50:39.969     Stream #0:2(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 388 kb/s
08:50:39.969     Metadata:
08:50:39.969       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.969       handler_name    : Surround
08:50:39.969     Stream #0:3(por): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 394 kb/s
08:50:39.969     Metadata:
08:50:39.969       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.969       handler_name    : Surround
08:50:39.969     Stream #0:4(fra): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 392 kb/s
08:50:39.969     Metadata:
08:50:39.969       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.969       handler_name    : Surround
08:50:39.969     Stream #0:5(spa): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 393 kb/s
08:50:39.969     Metadata:
08:50:39.969       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.969       handler_name    : Surround
08:50:39.970     Stream #0:6(deu): Subtitle: mov_text (tx3g / 0x67337874), 1920x60 (default)
08:50:39.970     Metadata:
08:50:39.970       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.970       handler_name    : SubtitleHandler
08:50:39.970     Stream #0:7(por): Subtitle: mov_text (tx3g / 0x67337874), 1920x60, 0 kb/s
08:50:39.970     Metadata:
08:50:39.970       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.970       handler_name    : SubtitleHandler
08:50:39.970     Stream #0:8(fra): Subtitle: mov_text (tx3g / 0x67337874), 1920x60
08:50:39.970     Metadata:
08:50:39.970       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.970       handler_name    : SubtitleHandler
08:50:39.970     Stream #0:9(spa): Subtitle: mov_text (tx3g / 0x67337874), 1920x60, 0 kb/s
08:50:39.970     Metadata:
08:50:39.970       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.970       handler_name    : SubtitleHandler
08:50:39.970     Stream #0:10(eng): Data: bin_data (text / 0x74786574)
08:50:39.970     Metadata:
08:50:39.970       creation_time   : 2016-08-15T23:39:12.000000Z
08:50:39.970       handler_name    : SubtitleHandler
08:50:39.970     Stream #0:11: Video: png, rgba(pc), 480x660, 90k tbr, 90k tbn, 90k tbc (attached pic)
08:50:39.971 [subtitles@f2 @ 0x24a55c0] Shaper: FriBidi 1.0.10 (SIMPLE)
08:50:40.277 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2616bc0] stream 0, timescale not set
08:50:40.313 [subtitles@f2 @ 0x24a55c0] Loading font file '/var/packages/EmbyServer/var/fonts/NotoSansFallback.ttf'
08:50:40.492 [subtitles@f2 @ 0x24a55c0] Using font provider fontconfig
08:51:07.157 Stream mapping:
08:51:07.158   Stream #0:0 (h264) -> scale (graph 0)
08:51:07.158   subtitles (graph 0) -> Stream #0:0 (libx264)
08:51:07.158   Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
08:51:07.158 Press [q] to stop, [?] for help
08:51:07.195 [subtitles@f2 @ 0x248b7c0] Shaper: FriBidi 1.0.10 (SIMPLE)
08:51:07.502 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x29059c0] stream 0, timescale not set
08:51:07.547 [subtitles@f2 @ 0x248b7c0] Loading font file '/var/packages/EmbyServer/var/fonts/NotoSansFallback.ttf'
08:51:07.759 [subtitles@f2 @ 0x248b7c0] Using font provider fontconfig
08:51:34.657 [libx264 @ 0x2e9c080] using SAR=404/405
08:51:34.658 [libx264 @ 0x2e9c080] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
08:51:34.660 [libx264 @ 0x2e9c080] profile High, level 3.0, 4:2:0, 8-bit
08:51:34.660 [libx264 @ 0x2e9c080] 264 - core 161 r3039 544c61f - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0 me=hex subme=0 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=4 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=72 keyint_min=37 scenecut=0 intra_refresh=0 rc_lookahead=10 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2000 vbv_bufsize=4000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
08:51:34.660 Output #0, matroska, to '/var/packages/EmbyServer/var/transcoding-temp/838452.mkv':
08:51:34.661   Metadata:
08:51:34.661     encoder         : Lavf58.35.100
08:51:34.661     Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuv420p, 720x404 [SAR 404:405 DAR 16:9], q=-1--1, 23.98 fps, 1k tbn, 23.98 tbc (default)
08:51:34.661     Metadata:
08:51:34.661       encoder         : Lavc58.62.100 libx264
08:51:34.662     Side data:
08:51:34.662       cpb: bitrate max/min/avg: 2000000/0/0 buffer size: 4000000 vbv_delay: N/A
08:51:34.662     Stream #0:1(ger): Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 128 kb/s (default)
08:51:34.662     Metadata:
08:51:34.662       encoder         : Lavc58.62.100 libmp3lame
08:51:34.664 frame=    1 fps=0.0 q=0.0 size=       1kB time=00:00:00.00 bitrate=N/A throttle=off speed=   0x    
08:51:35.176 frame=   56 fps=2.0 q=28.0 size=       1kB time=00:00:02.30 bitrate=   3.2kbits/s throttle=off speed=0.0822x    
08:51:35.683 frame=  109 fps=3.8 q=28.0 size=      50kB time=00:00:04.51 bitrate=  91.2kbits/s throttle=off speed=0.158x    
08:51:36.187 frame=  136 fps=4.7 q=28.0 size=      50kB time=00:00:05.64 bitrate=  73.0kbits/s throttle=off speed=0.194x    
08:51:36.691 frame=  156 fps=5.3 q=28.0 size=      50kB time=00:00:06.45 bitrate=  63.8kbits/s throttle=off speed=0.219x    
08:51:37.210 frame=  174 fps=5.8 q=28.0 size=     163kB time=00:00:07.22 bitrate= 184.7kbits/s throttle=off speed=0.24x    
08:51:37.715 frame=  194 fps=6.3 q=28.0 size=     163kB time=00:00:08.06 bitrate= 165.5kbits/s throttle=off speed=0.264x    
08:51:38.220 frame=  214 fps=6.9 q=28.0 size=     163kB ti

If Plex is the same film with the same bit rate, the film will be played in 1 second.

Starting UHD movies can take up to 2 minutes, and not running:

ffmpeg-transcode-c4e870dd-b5c1-47bb-b941-b72dc79f8793_1-UHD-4k.txt

Link to comment
Share on other sites

murxer83

HLS main and master tested does not run properly on the Dream.

What do you do differently than Plex?

At Pex it is also a .m3u8 but here it is a stream and not an m3u8 file.

I have no idea what is not going right there. Actually find emby quite good of all the functions, but I just don't understand the transcoding.

That ran at Plex on anhib.

I don't use Plex and Emby myself, but after I created a Plex plugin you often asked whether I should create another Emby plugin.

Link to comment
Share on other sites

7 minutes ago, murxer83 said:

HLS main and master tested does not run properly on the Dream.

What do you do differently than Plex?

At Pex it is also a .m3u8 but here it is a stream and not an m3u8 file.

I have no idea what is not going right there. Actually find emby quite good of all the functions, but I just don't understand the transcoding.

That ran at Plex on anhib.

I don't use Plex and Emby myself, but after I created a Plex plugin you often asked whether I should create another Emby plugin.

Example url/ffmpeg log?

Link to comment
Share on other sites

murxer83

I think the problem is with the dream.

I just don't get a clean transoded stream to run.

HLS tried a lot with Gstreamer, but no result that really works.

Gstreamer started with HLS support, then I have no soundtrack in the stream.
And just stops.
Then I can't jump any further, then I can see.

Gstreamer without HLS support with HLS url, the audio track is also recognized here but does not run Syncron. But I can jump forward and keep walking, but not Syncron.


Attached is a log that has just been started, on the Dream the picture has frozen.

http://mydyndns:8096/Videos/53685/master.m3u8?userId=ca26f29sfsd1b7e8dc4bf&api_key=76804748afsfdfsadfc9f3c564d5740c5ed&StartTimeTicks=0&VideoCodec=h264&AudioBitrate=128000&SubtitleStreamIndex=3&MaxHeight=720&AudioStreamIndex=1&static=False&EnableAutoStreamCopy=True&TranscodingMaxAudioChannels=2&MinSegments=1&AudioCodec=ac3,mp3,aac&h264-profile=high,main,baseline,constrainedbaseline,high10&MaxWidth=1280&VideoBitrate=3000000&h264-level=52&DeviceId=Dreambox&SegmentContainer=ts

ffmpeg-transcode-58249ea9-33ea-4dc8-a4d2-ce703f802e5c_1-HLS Support.txt

Link to comment
Share on other sites

  • 4 weeks later...
BillOatman
On 12/12/2021 at 6:42 AM, murxer83 said:

Are there also intro start and end tick positions for episodes?

No, but there is a plugin in development called IntroSkip that determines this.

  • Thanks 1
Link to comment
Share on other sites

  • 5 weeks later...
murxer83
On 12/13/2021 at 3:31 PM, BillOatman said:

No, but there is a plugin in development called IntroSkip that determines this.

I had some time now and watched the intro skip. Already running.
In the EmbyDream plugin you can now skip the intro.

thank you

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...