UPDATE 22.03.2013
=========
The App finally is availlable for Windows Phone 8
http://www.windowsphone.com/s?appid=2f4333f1-fd97-44d6-b234-1da04fd4f05b
Please Test and give me Feedback here!
Changelog:
==================
Update 2013-07-26 (0.8.0.1):
* Added Remote Control (need WifiRemote enabled on default port)
* Use System Style for Buttons ( as user selects in Phone Settings)
* Fix some smaller Bugs.
Update 2013-05-26 (0.7.1.0):
* Allow using username and password
* Allow selecting of Movie Provider
* Allow setting PreBuffer
* AudioStream-Selection now shows StreamId in case there is no name for Stream
* Settings page now checks if server settings are okay.
Update 2013-05-12(0.6.0.0):
* Fixed Memory Leak with App Crashing when watching Non-Live-Content.
* Added Statistics in Video
* Added AudioStream selection on multi-audio content.
Update 2013-04-30:
* Added TVEpisodes Streaming
* Added better startscreen layout in multi-orientation
* Fixed a Crash when loading Artworks/Covers
Update 2013-04-23:
* Added Movie Streaming
* Added new nice Buttons on the start-screen
* Added Error Reporting
Update 2013-04-16:
* Fixed a bug which causes the TVCard to keep beeing in use after stopping the stream.
* App is now usable in horizontal and vertical positioning.
==================
=========
UPDATE
=========
the new Profiles look like this, and are included in MPExtended 0.5.4 (i.e. if you're running MPExtended v0.5.4 or newer, you don't need to add them manually).
=========
Old Crap:
=========
The App finally is availlable for Windows Phone 8
http://www.windowsphone.com/s?appid=2f4333f1-fd97-44d6-b234-1da04fd4f05b
Please Test and give me Feedback here!
Changelog:
==================
Update 2013-07-26 (0.8.0.1):
* Added Remote Control (need WifiRemote enabled on default port)
* Use System Style for Buttons ( as user selects in Phone Settings)
* Fix some smaller Bugs.
Update 2013-05-26 (0.7.1.0):
* Allow using username and password
* Allow selecting of Movie Provider
* Allow setting PreBuffer
* AudioStream-Selection now shows StreamId in case there is no name for Stream
* Settings page now checks if server settings are okay.
Update 2013-05-12(0.6.0.0):
* Fixed Memory Leak with App Crashing when watching Non-Live-Content.
* Added Statistics in Video
* Added AudioStream selection on multi-audio content.
Update 2013-04-30:
* Added TVEpisodes Streaming
* Added better startscreen layout in multi-orientation
* Fixed a Crash when loading Artworks/Covers
Update 2013-04-23:
* Added Movie Streaming
* Added new nice Buttons on the start-screen
* Added Error Reporting
Update 2013-04-16:
* Fixed a bug which causes the TVCard to keep beeing in use after stopping the stream.
* App is now usable in horizontal and vertical positioning.
==================
=========
UPDATE
=========
the new Profiles look like this, and are included in MPExtended 0.5.4 (i.e. if you're running MPExtended v0.5.4 or newer, you don't need to add them manually).
XML:
<TranscoderProfile>
<Name>WP8 FFmpeg WVGA</Name>
<Description>WVGA Profile for WP8</Description>
<HasVideoStream>true</HasVideoStream>
<MIME>video/MP2T</MIME>
<MaxOutputWidth>800</MaxOutputWidth>
<MaxOutputHeight>480</MaxOutputHeight>
<Targets>
<Target>windows-phone-ts</Target>
</Targets>
<Bandwidth>2280</Bandwidth>
<Transport>http</Transport>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-x264opts no-cabac:trellis=0:keyint=50 -codec:v libx264 -b:v 1768k -r 25 -profile:v baseline -preset:v faster -coder rle -codec:a libmp3lame -b:a 128k -ac 2 -strict experimental -sn -f mpegts -async 1000</codecParameters>
</TranscoderParameters>
</TranscoderProfile>
<TranscoderProfile>
<Name>WP8 FFmpeg WXGA</Name>
<Description>WXGA Profile for WP8</Description>
<HasVideoStream>true</HasVideoStream>
<MIME>video/MP2T</MIME>
<MaxOutputWidth>1280</MaxOutputWidth>
<MaxOutputHeight>768</MaxOutputHeight>
<Targets>
<Target>windows-phone-ts</Target>
</Targets>
<Bandwidth>2280</Bandwidth>
<Transport>http</Transport>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-x264opts no-cabac:trellis=0:keyint=50 -codec:v libx264 -b:v 1768k -r 25 -profile:v baseline -preset:v faster -coder rle -codec:a libmp3lame -b:a 128k -ac 2 -strict experimental -sn -f mpegts -async 1000</codecParameters>
</TranscoderParameters>
</TranscoderProfile>
<TranscoderProfile>
<Name>WP8 FFmpeg 720p</Name>
<Description>720p Profile for WP8</Description>
<HasVideoStream>true</HasVideoStream>
<MIME>video/MP2T</MIME>
<MaxOutputWidth>1280</MaxOutputWidth>
<MaxOutputHeight>720</MaxOutputHeight>
<Targets>
<Target>windows-phone-ts</Target>
</Targets>
<Bandwidth>2280</Bandwidth>
<Transport>http</Transport>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-x264opts no-cabac:trellis=0:keyint=50 -codec:v libx264 -b:v 1768k -r 25 -profile:v baseline -preset:v faster -coder rle -codec:a libmp3lame -b:a 128k -ac 2 -strict experimental -sn -f mpegts -async 1000</codecParameters>
</TranscoderParameters>
</TranscoderProfile>
=========
Old Crap:
I created a WP8 App to play live-tv via MPExtended. This app needs a new StreamingProfile installed to mpextended. What the best way to submit this profile to default installation? Here is the Profile:
Update: The App is in certification Process for WP8 store. as soon as this is done, i post the link to the app here. And yes - its free
XML:
<TranscoderProfile> <Name>WP8 High VLC</Name> <Description>WP8 Streaming Profile Low</Description> <HasVideoStream>true</HasVideoStream> <MIME>video/mp4</MIME> <MaxOutputWidth>320</MaxOutputWidth> <MaxOutputHeight>160</MaxOutputHeight> <Targets> <Target>WP8</Target> </Targets> <Bandwidth>1280</Bandwidth> <Transport>http</Transport> <Transcoder>MPExtended.Services.StreamingService.Transcoders.VLCWrapper</Transcoder> <TranscoderParameters> <path>C:\Program Files (x86)\MPExtended\Service\Streaming\vlc-2.0.2\MPExtended.Libraries.VLCWrapper.exe</path> <options>--ffmpeg-hw --sout-ffmpeg-strict=-2</options> <encoder>threads=4,fps=25, vcodec=h264,vb=256,venc=x264{profile=baseline,preset=faster,no-cabac,trellis=0,keyint=50},deinterlace=-1,aenc=ffmpeg,acodec=mp3,ab=128,samplerate=48000,channels=2,audio-sync</encoder> <muxer>:standard{access=file,mux=ts,dst=#OUT#}</muxer> </TranscoderParameters> </TranscoderProfile>
Last edited: