Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iDevice (Apple では AirTunes/AirPlay と呼ばれる) からコンピューターに音楽をストリーミングするプロジェクトshairportとshairport4wを見ました。メディアプレーヤーでも同じことをしたかったのです。これらの 2 つのプロジェクトは C/C++/Perl にあるため、C#/VB に移植することはできません。
AirTunes プロトコルのしくみと、.NET での実装方法を教えてください。
2つのオプションがあります:
DllImport
Process.Start
これは古いものですが、良い出発点になるかもしれません。
ジャストポート
Airfoilの最初のバージョンはこれに基づいていました