how to implement video streaming in black berry? - blackberry

I have implemented one project in which I want to implemet video streaming functionality
Say for example:User can see youtube video in bleck berry.
I want to implement for blackberry bold 9700(with 4.7 OS ).
Is it possible?If yes then how it possible?Can you give me some idea about my query.
Thanks in advance

just port mp4 demuxer, AAC and AVC decoder.

Related

Video playback on cube Webgl / Three.js IOS

is it possible to get video playback working on a square with IOS?
Ideally the video would come from a youtube stream.
I have been searching but I cant find anything that seems to work.
My end goal is to make a WebVR web app that can play videos in IOS.
Thanks for any thoughts / advice.

how to run "3gp, FLV, avi" video format in AVPLAYER or MPMoviePlayerViewController in iOS?

I need to play 3gp, FLV, avi Video file format in my application.
I had searched lot about it.
Got some library like "FFmpeg" Library. But could not find any sample code for it.
Any other ways for it are also appreciated.
Does any body have done it before?
I am even not sure that if it is possible or not in iOS.
Please give me solution for it.
UPDATE :
I tried one 3gp Video in my AVquePlaye but it is not play in my code,
While i use same Video in WhatsApp in my iPhone, Surprisingly video is playing there.
I found out that playing 3gp in the SIMULATOR does not work (because on my mac it uses QuickTime which does not support 3gp, I guess).
When I run my app on a real device, it CAN play 3gp video, using the default video player. So be warned ;)

Youtube api and Samsung SmartTV App resolutions

im working on Smart TV app for Samsung which should use youtube api to play videos. Embedded videos will work only when app resolution and yt player size are 960x540 or below,
if I set higher resolution (1280x720 or 1920x1080) player stucks, behaves really slow, and videos will buffer infinitely.
Has anyone succeeded in embedding yt videos with higher resolution player?
Thx in advance.
Video player work in FullHD resolution in fullscreen regardless of widget resolution.
If you have troubles with buffering, check your connection speed. Try play file from local network to check that selected resolution and codecs hadled well by TV.
recently i found this case. The youtube apps working great on 720p resolution if the video length is below 10min, but longer than that for example 30min the player will stuck just like as you said.
When changing the app resolution to 540p the youtube player working great again for all videos. I suppose the youtube is using progressive download on their player and Smart TV storage itself is not enough to prepare the long video storage space with 720p resolution rendering.
The conclusion is when using flash player/youtube in apps the best at using 540p app resolution.
Thx all for answering,
in the end I used different approach which showed like best solution.
I used 720p resolution, and youtube cue video functionality.
Basically i cued video, and on "videoCued" event i called "playVideo" method.
This allowed player to get ready and initialize before playing video.

.mov split with iOS SDK?

Is something like this possible? I searched a lot but the ways I found are on mac os.
What I want to do is split a video to many videos so each file will have smaller size.
Can anyone guide me through?
You can do this in bacground using AVFoundation:
Trimming and transcoding a movie
You can also do this using the trimming UI:
UIVideoEditController Class Reference

How to build a video wall with multi-streams

I am attempting to make a mosaic display for our video wall. The mosaic will play video files (wmv) in a matrix view (probably 4x2). I am looking for a programmatic aproach to stream multiple videos using mms.
I have accomplished something similar using vlc mosaic plugin, but it terminates when the first video finishes playing. I am interested in running the tool in a loop.
Here is a vlc mosaic example: https://gist.github.com/1367589
First question, what is the easiest technology that I can implement this in, DirectX SDK, Windows SDK for Media Foundation, OpenGL, libvlc?
Are there any tutorials for multi video playback coding?
VLC and gStreamer are good options for this and have support for picture in picture videomixing.

Resources