1

Androidフォンでipcamsecurityアプリを開発し、HTTPリクエストを介してipcamのSDカードにアクセスして、保存したビデオを再生する必要があります.2つの問題があります。

  • ブラウザで特定のビデオにアクセスすると(特定のURLを知っています)、ログインしてビデオを開始するように求められますが、アプリケーションでは特定のhttpセッションで実装する方法がわかりません.VideoViewはビデオを開始しません(私は認証が必要であると仮定します)。

私は承認を解決しました!!!

  • video View で再生する動画を選択するように explorer_path 的なものを作りたいと思っています。ip-cam と phone の間で http/tcp の相互作用をマッピングしましたが、サーバーの応答の後に、cam が HTML テキストを送信して Web ページを作成する方法を示す http メッセージを取得する方法がわかりません。

    <formatsdcard>Format SD Card</formatsdcard>
    <description1>Click this icon to automatically format the SD Card and create folder for video.</description1>
    <description2>If the recorded files are stored on the SD Card,click on the recorded folder and choose the recorded file you would like to view.</description2>
    <description3>If video files are stored on the SD Card, click on the video folder and choose the video file you would like to view.</description3>
    <description4>Reloads the file and folder information from the SD Card.</description4>
    <format>Format SD Card - </format>
    <view>View Recorded files -</view>
    <playback>Playback Recorded Video - </playback>
    <refresh>Refresh - </refresh>
    
    
    
    <totalcapacity></totalcapacity>
    <availablespace></availablespace>
    <usedspace>xxxxxx</usedspace>
    <modelUsedSpace>0</modelUsedSpace>
    <folderstring>
    VIDEO1.avi:f:CAMPO1*VIDEO2.avi:f:CAMPO2*...OTHER VIDEO IN THE CURRENT DIRECTORY
    </folderstring>
    <folderpath>PARENT-DIRECTORY/CURRENT-DIRECTORY</folderpath>
    <filesperpage>5</filesperpage>
    <currentpage>1</currentpage>
    <totalpages>1</totalpages>
    </playback>
    </config>
    </root>
    

についての情報を取得したい:

    <folderstring>
    VIDEO1.avi:f:CAMPO1*VIDEO2.avi:f:CAMPO2*...OTHER VIDEO IN THE CURRENT DIRECTORY
    </folderstring>
    <folderpath>PARENT-DIRECTORY/CURRENT-DIRECTORY</folderpath>
4

0 に答える 0