Discussion:
[jitsi-users] Jitsi in .NET?
Alan Balkany
2014-07-21 17:01:09 UTC
Permalink
Hi all,

Sorry if this topic has already been brought up, but I was wondering if
there was a way to display a Jitsi/WebRTC video stream in a .NET
control, e.g. a XAML WebBrowser or Frame.

Thanks,
Alan
Fernando Cassia
2014-07-21 19:25:53 UTC
Permalink
Post by Alan Balkany
Sorry if this topic has already been brought up, but I was wondering if
there was a way to display a Jitsi/WebRTC video stream in a .NET control,
e.g. a XAML WebBrowser or Frame.
Jitsi is Java based. .Net is a Microsoft technology, whose only purpose is
to steal mindshare from Java.

You should code your app in Java, which is also GPL open source (OpenJDK).

That is my personal position. I'm not part of the Jitsi team.

FC
--
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell
Emil Ivov
2014-07-21 21:17:36 UTC
Permalink
Microsoft do not have WebRTC support yet so that won't work out of the
box. They are working on implementing ORTC though so when that happens
it will be possible.

Until then, you could try using the webrtc.org stack ... but this is far
from trivial.

Emil
Post by Alan Balkany
Hi all,
Sorry if this topic has already been brought up, but I was wondering if
there was a way to display a Jitsi/WebRTC video stream in a .NET
control, e.g. a XAML WebBrowser or Frame.
Thanks,
Alan
_______________________________________________
users mailing list
http://lists.jitsi.org/mailman/listinfo/users
.
--
https://jitsi.org
Alan Balkany
2014-07-21 21:59:53 UTC
Permalink
The fact that Jitsi is Java-based doesn't require consumers of the video
stream to also be Java-based. .NET has unique capabilities that Java
doesn't, such as LINQ.
On Mon, Jul 21, 2014 at 2:01 PM, Alan Balkany
Sorry if this topic has already been brought up, but I was
wondering if there was a way to display a Jitsi/WebRTC video
stream in a .NET control, e.g. a XAML WebBrowser or Frame.
Jitsi is Java based. .Net is a Microsoft technology, whose only
purpose is to steal mindshare from Java.
You should code your app in Java, which is also GPL open source (OpenJDK).
That is my personal position. I'm not part of the Jitsi team.
FC
--
During times of Universal Deceit, telling the truth becomes a
revolutionary act
Durante épocas de Engaño Universal, decir la verdad se convierte en un
Acto Revolucionario
- George Orwell
_______________________________________________
users mailing list
http://lists.jitsi.org/mailman/listinfo/users
Alan Balkany
2014-07-21 22:01:57 UTC
Permalink
Thanks for the ORTC idea. I'll look into it.
Post by Emil Ivov
Microsoft do not have WebRTC support yet so that won't work out of the
box. They are working on implementing ORTC though so when that happens
it will be possible.
Until then, you could try using the webrtc.org stack ... but this is
far from trivial.
Emil
Post by Alan Balkany
Hi all,
Sorry if this topic has already been brought up, but I was wondering if
there was a way to display a Jitsi/WebRTC video stream in a .NET
control, e.g. a XAML WebBrowser or Frame.
Thanks,
Alan
_______________________________________________
users mailing list
http://lists.jitsi.org/mailman/listinfo/users
.
Fernando Cassia
2014-07-23 03:49:58 UTC
Permalink
Post by Alan Balkany
The fact that Jitsi is Java-based doesn't require consumers of the video
stream to also be Java-based. .NET has unique capabilities that Java
doesn't, such as LINQ.
- jOOQ: http://www.jooq.org
- QueryDSL: http://www.querydsl.com
- JaQu: http://www.h2database.com/html/jaqu.html
- Quaere: http://quaere.codehaus.org/
- Linq4j: https://github.com/julianhyde/linq4j
- JSR-341: http://java.net/projects/el-spec/pages/CollectionOperations

Plus Lambdas are now available
<http://cr.openjdk.java.net/%7Ebriangoetz/lambda/lambda-state-4.html>
within Java 8 in the form of JSR-335 - Lambda Expressions for the JavaTM
Programming Language <http://www.jcp.org/en/jsr/proposalDetails?id=335>

Lambdas are included in Java8 / OpenJDK 8.
<http://www.jcp.org/en/jsr/proposalDetails?id=335>

FWIW

FC
--
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell
Alan Balkany
2014-07-23 14:05:25 UTC
Permalink
Very interesting, I didn't know Java had these features.

Alan
On Mon, Jul 21, 2014 at 6:59 PM, Alan Balkany
The fact that Jitsi is Java-based doesn't require consumers of the
video stream to also be Java-based. .NET has unique capabilities
that Java doesn't, such as LINQ.
* jOOQ: http://www.jooq.org
* QueryDSL: http://www.querydsl.com
* JaQu: http://www.h2database.com/html/jaqu.html
* Quaere: http://quaere.codehaus.org/
* Linq4j: https://github.com/julianhyde/linq4j
* JSR-341: http://java.net/projects/el-spec/pages/CollectionOperations
Plus Lambdas are now available
<http://cr.openjdk.java.net/%7Ebriangoetz/lambda/lambda-state-4.html>
within Java 8 in the form of JSR-335 - Lambda Expressions for the
JavaTM Programming Language
<http://www.jcp.org/en/jsr/proposalDetails?id=335>
Lambdas are included in Java8 / OpenJDK 8.
<http://www.jcp.org/en/jsr/proposalDetails?id=335>
FWIW
FC
--
During times of Universal Deceit, telling the truth becomes a
revolutionary act
Durante épocas de Engaño Universal, decir la verdad se convierte en un
Acto Revolucionario
- George Orwell
_______________________________________________
users mailing list
http://lists.jitsi.org/mailman/listinfo/users
Loading...