Master thesis topic connected with WebRTC [closed] - javascript

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am student and I'd like to write my master thesis about WebRTC. I wish that it would be connected with media (e.g. video codecs). Unfortunately the only supported video codec in WebRTC is V8. During last couple of days I was searching documentation and internet and I could not find anything which would be suitable for master thesis. Maybe you guys, have some interesting ideas?

Have a look at the WebRTC google group topics filtered with video codec.
Because I wrote my bachelor thesis about WebRTC & SIP I know that WebRTC supported video codec isn't only VP8. It pepends on the codec availibility at the clients (for example two browsers).
The process of Session Description Protocol (SDP) exchange takes care of the finally used media codecs.
Currently there isn't a lot of documentation or litature of WebRTC. I got the most information out of different RFCs at the IETF.

Related

Is socketio good to use in production website [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 months ago.
Improve this question
I want to do some real-time operations in my backend. In the past, I used the pusher for real-time operations. But its cost is huge. So, I am thinking about using the socket IO itself. Before using it, I thought about asking for it in the stackoverflow community. So, what do you guys suggest? Is it suitable for use on a production server?
Socket.io is already used in production by many big companies for products including Trello, Microsoft Office, Yammer, and Zendesk.
As #Tintin said, it's also very popular on GitHub and NPM.
Socket.io on Github has:
56.2k stars
1.6k watching
10k forks
On npm, it shows more than 4.5 million weekly downloads.
So yeah, I would say a pretty solid choice for production, provided, as with any software, you use it wisely.

HTML5 JavaScript API / getUserMedia - best way to store a video + audio snapshots when user speaks [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am interested what is the best solution, and how to store short video+audio snapshots, only for moments when user speaks.
Thanks in advance for your answers.
If you are looking for a cross browser solution!
Unfortunately there is none...
You have to use flash + js fallback for modern browsers
I have searched for a solution for this my self few weeks ago and eventually used the HDFVR cam which has a flash recorder with js fallback for mobile
There are few ways record video + audio in html5 that are not that simple as it sounds
As Arjit said webRTC is the best and solution for now but not capable with all browsers
It supports FF Video + Audio recording
Chrome Video and Audio as divided tracks and then you need to decode them together
About opera and IE no better solutions
So as i said i have used HDFVR for this with a RED5 server
The best solution i've found so far https://hdfvr.com/

Windows 8 application online data [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to create an application for Windows 8 using HTML/CSS and JavaScript. It is a game and after playing, you have the opportunity to send your score. You also can view all the scores sent by other players.
Where should I store all the scores so they can be accessed from any device? How could I implement this using WinJS?
If you're using HTML/JavaScript directly, then I recommend you use Azure Mobile Services or Buddy.com. Azure Mobile Services is gaining a lot of traction and fits in very nicely with Windows apps for sure. It's a little bit lower level than Buddy.com, so it will give you more power. Buddy.com sort of packages and simplifies a lot of things for you and is a good fit for social games like it sounds like you're talking about.
You can checkout my codeshow project at http://codeshow.codeplex.com if you want to get some general "how to" on HTML/JS apps and you can feel free to contact me if I can help you get started.
Have fun!

What are some popular web media players out there? Also, are they able to support .mpeg or .avi files? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm looking for a media player to implement into my website. What are some of the popular options out there today? I need the media player to play video specifically .mpeg, .mpeg4 or .avi.
Is that possible or will I have to convert .avi/.mpeg to .wma (I found Yahoo web media player and it seems alright besides the fact that I have to convert all my video files).
http://diveintohtml5.info/video.html
here is a link that tells you all about video formats for websites and browser compatibility

Who's using the Justin TV API? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
We're looking at providing some live peer to peer video in sections of our site and have been playing with the API from Justin.TV for a couple of weeks now. There are some alternatives like Ustream and Livestream, but JTV looks like the only free platform with an open API.
Development has been smooth for basic stuff like broadcasting and consuming video feeds and the price is right so I can't complain, but support is limited and there are not many developer resources when you get into the rest of the API.
There is lightweight API documentation here, with a few examples:
http://www.justin.tv/p/api
There is a Google Group here, although activity is very limited:
http://groups.google.com/group/justintv-api-developers
Is anyone else in the SO community using JTV?
The end of the story is that Justin.tv closed off a major portion of their API today making it unsuitable for my purposes.
Further:
Many of the entries in the gallery have been offline for weeks
There is little to no activity on the Google group (above)
There do not seem to be many (any) other developers on SO using it... a pretty telling sign.
I would advise anyone considering using JTV as an application platform to evaluate other options.

Categories

Resources