Questions tagged [media-manager]

SDL Media Manager is the name of the SDL Media Management System. SDL Media Manager provides software and services to create, enrich, publish and distribute video and other rich-media assets.

12 questions
2
votes
1 answer

How can I load a specific language on a distribution URL?

A distribution can have a set subtitle and voiceover language. How can I load the distribution URL in my webpage and tell it to use another subtitle and voiceover language?
Jan H
  • 4,287
  • 5
  • 24
  • 34
2
votes
1 answer

How can I send coversion statistics to the Media Manager analytics server?

If a webpage uses the SDL Media Manager HTML5 player to play a video distribution, the visitor could take an action like navigating to a banner which would count as a conversion. How can the webpage or web application notify the Media Manager…
Jan H
  • 4,287
  • 5
  • 24
  • 34
1
vote
1 answer

No sound with latest MediaManager 0.9.7 and Xamarin.Forms: 4.5.0.495

1. Init CrossMediaManager on MainActivity protected override void OnCreate(Bundle savedInstanceState) { TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar; base.OnCreate(savedInstanceState); …
Sidali
  • 11
  • 2
1
vote
0 answers

How to Update Handle Current Album Image with XamarinMediaManager?

How to Update Handle Current Album Image? lib: https://github.com/martijn00/XamarinMediaManager var webImage = new Image { Source = ImageSource.FromUri(new Uri("https://secure.meetupstatic.com/photos/event/4/7/b/8/600_455178360.jpeg")) }; …
flash
  • 75
  • 6
1
vote
1 answer

joomla 2.5 media manager cannot upload image but no error

i want to ask, that when i click start upload button in media manager, i got return a blank page, nothing error.... but when set debugging to development mode, i got some notice Notice: Undefined index: CONTENT_LENGTH in…
user2753272
  • 17
  • 2
  • 9
0
votes
1 answer

The Plugin.MediaManager produces 'Unknown option' error

on starting a new xamarin forms project and just adding Plugin.MediaManager.Forms v1.1.1 then rebuilding it produces error: Unknown option -RC:\Users\Hp..\flat\values-en-rIN_values-en-rIN.arsc.flat. Please check $(AndroidAapt2CompileExtraArgs) and…
0
votes
0 answers

How to access Transport/Media playback controls using CrossMediaManager in Xamarin Forms

I am using CrossMediaManager to Mp3 files from device library. I am looking to allow users to perform next, previous, and play operations from playback / media controls. In content page everything works as expected. What I am looking is when my app…
ARH
  • 1,566
  • 3
  • 25
  • 56
0
votes
1 answer

Video is not played in iOS project

I have used Plugin.MediaManager in my Xamarin.Forms application. It works perfectly in Android project, but in iOS project it does not. I have added VideoViewRenderer.Init(); in AppDelegate, and this is the code in the view: async void…
jstuardo
  • 3,901
  • 14
  • 61
  • 136
0
votes
1 answer

Is media-manager plugin support Android API 7.0 using Xamarin forms

--> Is Media Manager Support Android API 5.0 --> Is Anyone have a Sample code for Audio Player using Media Manager Plugin. Please Tell Me.
muthu
  • 11
  • 3
0
votes
0 answers

Why can't I add any new screenshots to media manager on iTunes Connect?

I tried to switch and delete languages for my app in iTunes Connect. After deleting old screenshots it seems that I locked my self out. I guess the new buggy Media Manager refers to some old screenshots that do not exist anymore. 12.9 inch display…
DevNeelz
  • 11
  • 1
0
votes
3 answers

I can't upload screenshots to the new iTunes Connect Media Manager

As for August 8th 2016 Apple has changed it's requirement about Screenshoots. Now only one set of screenshots per device family is required. This should simplify the process, however, the "choose file" option is disabled: As you can see the app…
Ejmedina
  • 509
  • 5
  • 13
0
votes
1 answer

Telerik RadEditor: Overriding Media Manager 'Save'

Searched for a similar question but cannot find anything as yet. I have a RadEditor set up and I would like to override the event after the MediaManager file upload finishes so I can get the file and process it as i like. The FileBrowser I am using…
Daniel
  • 79
  • 11